Mit KI Ähnliches finden
Druckprofil(0)
Modelldatei(0)
Veröffentlicht:2024-03-02 09:15:14
0
0
A simple digital clock with sequential Geneva drives.





If the motor rotates to the opposite direction, change the source code, from
int port[4] = {7, 6, 5, 4};
to
int port[4] = {4, 5, 6, 7};
1sec.ino is the code for test and demonstrations (the motor runs every second).


The clock of Arduino is not as accurate as common clocks. Please tune the value to improve the accuracy of your clock.
