Skip to content

Releases: adafruit/Adafruit_CircuitPython_Motor

3.4.4 - Fixed version string

22 Aug 18:59
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.4.3 - Switched to pyproject.toml

09 Aug 19:33
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.4.2 - Added cp.org link to index.rst

09 Jun 18:56
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.4.1 - Repo documentation and config updates

07 Jun 17:24
eb39fa9
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.4.0 - Fixed importing on platforms without pwmio

21 Apr 17:10
207953a
Compare
Choose a tag to compare

Fixed an issue where this library couldn't be imported on Blinka platforms that did not implement pwmio.PWMOut. This was an issue when using other libraries such as adafruit_motorkit which would otherwise be functional on those platforms. Please note this only fixes the issue with importing for type annotations, and does not add pwmio.PWMOut functionality.

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.3.5 - Updated documentation link, python version

04 Feb 21:03
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.3.4 - Typing Fix

28 Dec 17:01
7c6a9ff
Compare
Choose a tag to compare

This release contains fix for the typing in some environments.

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.3.3 - Jetson Nano Fix

27 Dec 04:07
fefb7ad
Compare
Choose a tag to compare

This release allows the library to run on Jetson Nano and other environments where pwmio is not implemented.

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.3.2 - Added Typing Information

21 Dec 02:26
9995c45
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.

3.3.1 - Updated pylint version, linted

15 Nov 18:40
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-motor.

Read the docs for info on how to use it.