Skip to content

Corrected Prescale Calculation

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 08 Jan 17:39
· 7 commits to main since this release
f2dd719

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