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](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-pca9685`.
Read the [docs](https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-pca9685/en/latest/) for info on how to use it.
What's Changed
* Correct PWM frequency prescale computation by bdlucas1 in https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/pull/59
New Contributors
* bdlucas1 made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/pull/59
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_PCA9685/compare/3.4.13...3.4.14