Releases: adafruit/Adafruit_CircuitPython_Motor
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.
3.4.4 - Fixed version string
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
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
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
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
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
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.