Skip to content

Releases: adafruit/Adafruit_CircuitPython_MotorKit

Travis encrypt for .com

19 Dec 23:44
6f2d8ad
Compare
Choose a tag to compare

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

10 Dec 21:58
26fab61
Compare
Choose a tag to compare

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

07 Dec 17:54
337465b
Compare
Choose a tag to compare

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.

07 Dec 17:39
35a9fc6
Compare
Choose a tag to compare

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.

07 Dec 00:24
06d2ad0
Compare
Choose a tag to compare

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

06 Dec 23:57
707d5cc
Compare
Choose a tag to compare
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!

06 Dec 00:10
ec9d97d
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.