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

updated for non-express board compatibility #15

Closed CedarGroveStudios closed 5 years ago

CedarGroveStudios commented 5 years ago

removed reversed() function to improve compatibility with non-express boards

ladyada commented 5 years ago

thanks!

@kattni plz review when ya can

CedarGroveStudios commented 5 years ago

I appreciate your review! Reverse Speedup also needs to be changed: for i in range(0, -101, -1): I'll drop out now and leave the coding up to someone else.

CedarGroveStudios commented 5 years ago

I recreated a new pull request with the corrected code.