esp-open-rtos/extras/pca9685
Michael Killough acfd46aa60 Fix full on/off in pca9685.
It's currently not possible to toggle between full off and full on, as
switching to full on leaves the full off control bit set. The full off
control bit takes precedence according to the datasheet, which means the
signal remains off.

The 'normal' branch does correctly clear full off/full on, as it writes
0s to the `LEDn_ON` registers unconditionally and writes 0 to the control
bit in `LEDn_OFF`.
2020-08-16 12:28:42 +01:00
..
component.mk Driver for PCA9685 + example 2016-12-19 05:53:07 +05:00
pca9685.c Fix full on/off in pca9685. 2020-08-16 12:28:42 +01:00
pca9685.h Code formatted, minor fixes (#466) 2017-10-18 21:25:48 +02:00