Releases: adafruit/Adafruit_CircuitPython_Motor
3.4.14 - Fix For Sphinx RTD Theme
Full Changelog: 3.4.13...3.4.14
3.4.13 - Fix RTD Docs Build and Unpin Sphinx
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
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
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
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
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
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
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
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
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.