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

Fixing I2C init issue. #17

Closed kattni closed 5 years ago

kattni commented 5 years ago

Defaults to using board.I2C() but allows for passing in busio.I2C(board.SCL, board.SDA) to the constructor to specify I2C pins.

Tested on Feather M4 with Motor FeatherWing.

kattni commented 5 years ago

Fixes #14