Adafruit CircuitPython Motor Versions Save

Helpers for controlling PWM based motors and servos

3.4.13

5 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_Motor/compare/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

7 months ago

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

11 months ago

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

11 months ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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.