Skip to content

Commit bc7641c

Browse files
authored
Merge pull request #19 from adafruit/ladyada-patch-1
Update motorkit_stepper_simpletest.py
2 parents 2129c13 + 8672773 commit bc7641c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
"""Simple test for using adafruit_motorkit with a stepper motor"""
2+
import time
23
from adafruit_motorkit import MotorKit
34

45
kit = MotorKit()
56

67
for i in range(100):
78
kit.stepper1.onestep()
9+
time.sleep(0.01)

0 commit comments

Comments
 (0)