PCA9685
PCA9685 copied to clipboard
Arduino library for the PCA9685 LED Driver
Hey, Im trying to get your library to work to control some LED's on a driver board, Do you have any working examples i can use ?
If I use xxx.setChannels(0, 15, 0); then only the first seven channels are updated with the new value. same with e.g xxx.setChannels(5, 15, 255); Only channel 5-11 is updated (again...
Hi. Big fan of this PCA9685 library. The examples that come with it still have the keywords of the previous version. Could be a drawback for new users. The neuroelec...
Library was installed with the Arduino library manager. Library ony worked after Wire/Wire.h in line 12 of the PCA9685.h file was changed to Wire.h