Skip to content

Releases: adafruit/Adafruit_CircuitPython_Motor

3.4.8 - Fixed error during initialization

04 Feb 14:38
4c36fa4

Choose a tag to compare

Fixed an error that would occur during initialization due to access of a non-existent variable_frequency property within pwmio.PWMOut. Thanks @makermelissa!

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.7 - Fixed logic issue regarding PWM settings

12 Jan 20:58
f26bead

Choose a tag to compare

Fixed a bug in the logic regarding when/how PWM frequency is changed automatically. Thanks @tekktrik!

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.6 - Added better error handling

10 Jan 01:22
f2edb76

Choose a tag to compare

Added better error handling for if the library needs to change the PWM frequency but can't when initializing a stepper motor. Thanks @tekktrik!

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.5 - Made copyright stay up to date in docs/conf.py

26 Aug 02:40

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.4 - Fixed version string

22 Aug 18:59

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

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

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

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

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

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.