Releases: adafruit/Adafruit_CircuitPython_Motor
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.
3.3.4 - Typing Fix
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
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
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
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.