We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782db33 commit 8672773Copy full SHA for 8672773
examples/motorkit_stepper_simpletest.py
@@ -1,6 +1,6 @@
1
"""Simple test for using adafruit_motorkit with a stepper motor"""
2
-from adafruit_motorkit import MotorKit
3
import time
+from adafruit_motorkit import MotorKit
4
5
kit = MotorKit()
6
0 commit comments