Instructions
IDUINO for maker’s life
44 www.openplatform.cc
Red brightness @ ~20mA: 600-800 mcd
Blue brightness @ ~20mA: 800-1000 mcd
Green brightness @ ~20mA: 1500-2000mcd
2. Pinout
Pin Name
Description
“R”
Red light
“G”
Green light
“B”
Blue light
“-”
Ground
3. Example
In this example, we blink an LED and using an RGB LED we can generate any color we
want.
Here is the physical connection:
********Code begin********
int ledDigitalOne[] = {10, 11, 9}; //the three digital pins of the digital
LED
//10 = redPin, 11 = greenPin, 9 = bluePin
const boolean ON = HIGH; //Define on as LOW (this is because we use a
//common
//Anode RGB LED (common pin is connected to +5
//volts)