-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlibrary.properties
9 lines (9 loc) · 940 Bytes
/
library.properties
1
2
3
4
5
6
7
8
9
name=PCA9536_RGB
version=1.2.0
author=Nadav Matalon <[email protected]>
maintainer=Nadav Matalon <[email protected]>
sentence=PCA9536 RGB LED Driver
paragraph= 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.
url=https://github.com/nadavmatalon/PCA9536_RGB
category=Device Control
architectures=avr