I2C address now specifiable.
You can now set the I2C address when you initialise the MotorKit
class:
from adafruit_motorkit import MotorKit
kit = MotorKit(address=0x61)
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-motorkit
.
Read the docs for info on how to use it.