We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2129c13 + 8672773 commit bc7641cCopy full SHA for bc7641c
examples/motorkit_stepper_simpletest.py
@@ -1,7 +1,9 @@
1
"""Simple test for using adafruit_motorkit with a stepper motor"""
2
+import time
3
from adafruit_motorkit import MotorKit
4
5
kit = MotorKit()
6
7
for i in range(100):
8
kit.stepper1.onestep()
9
+ time.sleep(0.01)
0 commit comments