PCA9536 RGB LED Driver
This library provides an API for controlling a single RGB Led (Common-Cathode or Common-Anode) via the I2C Bus. Communication between the Arduino (master) and the RGB Led (slave) is handled by the PCA9536, a 4-Channel I2C GPIO (General Purpose I/O) Expander. The basis of the current API comes from the PCA9536 Library (https://github.com/nadavmatalon/PCA9536), which is expanded here to include the relevant functions, including: Turning on a specific color (or all colors) on and off, Toggling a color, and an independent Blinking functionality for each color which doesn't make use of delays and therefore does not interrupt other routines running simultaniously in the code.
Filename | Release Date | File Size |
---|---|---|
PCA9536_RGB-1.2.0.zip | 2016-11-04 | 40.70 KiB |
PCA9536_RGB-1.1.0.zip | 2016-10-31 | 34.95 KiB |
PCA9536_RGB-1.0.0.zip | 2016-10-28 | 32.43 KiB |