Skip to content

Releases: adafruit/Adafruit_CircuitPython_PCA9685

Update Examples to Use Default I2C Bus

19 Mar 22:07
874545d
Compare
Choose a tag to compare

What's Changed

  • Update import and initializations to current standards by @DJDevon3 in #55

New Contributors

Full Changelog: 3.4.14...3.4.15

Corrected Prescale Calculation

08 Jan 17:39
f2dd719
Compare
Choose a tag to compare

This release includes a fix to the prescale calculation values to match the datasheet. Thank you @bdlucas1

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

What's Changed

  • Correct PWM frequency prescale computation by @bdlucas1 in #59

New Contributors

Full Changelog: 3.4.13...3.4.14

3.4.13 - Additional fixes for RTD theme issue

27 Dec 02:40
fcc8ced
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.12 - Additional fixes for RTD theme issue

27 Dec 02:38
555c05c
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.11 - Fix RTD Theme Issue

25 Sep 15:47
555c05c
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.10 - Fixed duty cycle return, updated CI

26 Jun 18:11
80b9d29
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.9 - Updated pre-commit hooks

18 May 15:39
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.8 - Updated documentation

14 Feb 23:24
24f73c0
Compare
Choose a tag to compare

Updated documentation of examples for this library. No functional changes were made since the last release. Thanks @jposada202020!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.7 - Updated error message

15 Jan 21:31
1057858
Compare
Choose a tag to compare

Updated the error message to be more user-friendly. Thanks @tcfranks!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.

3.4.6 - Made copyright stay up to date in docs/conf.py

26 Aug 02:21
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-pca9685.

Read the docs for info on how to use it.