Releases: adafruit/Adafruit_CircuitPython_MotorKit
Travis encrypt for .com
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.
Added robot example
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.
.travis.yml update
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.
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.
PyPI deployment.
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.
1.1.3: Current PyPI release
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle). Read the [docs](http://circuitpython.readthedocs.io/projects/motorkit/en/latest/) for info on how to use it.
Initial release!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.