Skip to content

I2C address now specifiable.

Compare
Choose a tag to compare
@kattni kattni released this 07 Dec 17:39
35a9fc6

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.