adafruit / Adafruit_CircuitPython_MotorKit

CircuitPython helper library for the DC & Stepper Motor FeatherWing, Shield and Pi Hat kits.
MIT License
86 stars 31 forks source link

Add threaded dual stepper example #12

Closed caternuson closed 5 years ago

caternuson commented 5 years ago

Adds a version of this: https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library/blob/master/examples/DualStepperTest.py ported for use with MotorKit

kattni commented 5 years ago

@caternuson Please do a release! Thank you for adding this!