Skip to content

Releases: adafruit/Adafruit_CircuitPython_Motor

3.4.14 - Fix For Sphinx RTD Theme

07 Oct 22:31
Compare
Choose a tag to compare

3.4.13 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:45
Compare
Choose a tag to compare

Changes: 3.4.12...3.4.13

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.12 - Fix RTD Theme Issue

25 Sep 16:02
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.11 - Updated .pylintrc, fixed jQuery

26 May 16:16
cc5fa11
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.10 - Updated pre-commit hooks

18 May 15:38
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.9 - Updated documentation

07 Feb 23:17
9c3de3a
Compare
Choose a tag to compare

Updated the Sphinx documentation to show all intended examples. No functional changes were made to this library since the last release. Thanks @jposada202020!

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.8 - Fixed error during initialization

04 Feb 14:38
4c36fa4
Compare
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
Compare
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
Compare
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
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.