![]() |
clockclock Projekt Help - Printable Version +- Alchitry Forums (https://forum.alchitry.com) +-- Forum: Alchitry (https://forum.alchitry.com/forum-1.html) +--- Forum: General Questions (https://forum.alchitry.com/forum-2.html) +--- Thread: clockclock Projekt Help (/thread-429.html) |
clockclock Projekt Help - Matze - 06-18-2022 Hello, I would like to familiarize myself with FPGA programming (currently I only program in the Arduino IDE) and have chosen the ClockClock project. I have already purchased the appropriate board. Since the wiring is only going on, I need help! Unfortunately, the manual does not state the order in which the motors are connected described. The pin assignment is defined in clockclock.acf. In the clock matrix, which clock is 0,1,2,3, etc.?, how are the clocks numbered for correct connection? Many thanks for the help. Regards Matthew RE: clockclock Projekt Help - alchitry - 07-05-2022 The clock is broken into the four digits. The rightmost digit is digit 0. In a digit, motor 0 is is the top right second hand. Motor 1 is the hour hand. The clocks are numbered like below when looking at the front of the clock. Code: [21][18] [15][12] [ 9][6] [3][0] The "id" of the motor is the clock number * 2 + 1 if it is the hour hand. |