Adafruit-circuitpython-pca9685

Latest version: v3.4.15

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

3.2.2

- Added `setup.py`
- Added PyPI release info to `.travis.yml`
- Updated `requirements.txt`
- Added a more comprehensive `.gitignore`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-pca9685`.

Read the [docs](http://circuitpython.readthedocs.io/projects/pca9685/en/latest/) for info on how to use it.

3.1.1

Thanks to sommersoft for the documentation refinement.

To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/pca9685/en/latest/) for info on how to use it.

3.1.0

3.0.0

3.0.0 reworks the PCA9685 API to work just like CircuitPython's built in PWMOut objects by having `duty_cycle` and `frequency` properties for each channel object.

Servo and motor related class have moved to a new library that can work with any PWM output here: https://github.com/adafruit/Adafruit_CircuitPython_Motor The examples use PCA9685 so take a look [at those](https://github.com/adafruit/Adafruit_CircuitPython_Motor/tree/master/examples).

Lastly, the code that helps initialize `Motor` and `Stepper` objects for the Motor Featherwing is now [here](https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing/blob/master/adafruit_featherwing/motor_featherwing.py) in the Adafruit FeatherWing library. Docs for it are [here](https://circuitpython.readthedocs.io/projects/featherwing/en/latest/api.html)

----------------------

To use in CircuitPython, download the .zip file and copy its contents to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Addafruit_CircuitPython_Bundle).

Read the [docs](https://circuitpython.readthedocs.io/projects/pca9685/en/latest/) for info on how to use it.

2.0.1

Prep for CircuitPython 3.x which will have `struct` instead of `ustruct`. Thanks to mrmcwethy

To use in CircuitPython, download the .zip file and copy its contents to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Addafruit_CircuitPython_Bundle).

Read the [docs](https://micropython-pca9685.readthedocs.io/en/latest/) for info on how to use it.

2.0.0

Bump of release version for CircuitPython 2.0 and up releases. The mpy file on this release can ONLY be used on CircuitPython 2.0 and above!

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.