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

improve doc and add note to use higher i2C bus speed #44

Closed dhalbert closed 2 years ago

dhalbert commented 2 years ago

Using a higher I2C bus speed to drive the PCA9685 can noticeably speed up motor operation, particularly when many commands are given, such as for stepper motors. Note this in the doc. Also improve the constructor params doc, and fix the formatting of some links.