We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5121f0 + 75f58fb commit 03a0f72Copy full SHA for 03a0f72
1 file changed
Astrophotography_Tracker/code.py
@@ -10,7 +10,7 @@
10
microsteps = 64 # Microstepping resolution
11
total_steps = steps * microsteps # Total microsteps per revolution
12
13
-wait = 1/ ((gear_ratio * total_steps) / 86400)
+wait = 1/ ((gear_ratio * total_steps) / 86164.1)
14
15
step = digitalio.DigitalInOut(board.D6)
16
direct = digitalio.DigitalInOut(board.D5)
0 commit comments