#define REDPIN 5
#define GREENPIN 6
#define BLUEPIN 3
{
}
{
}
{
static uint8_t hue;
hue = hue + 1;
delay(20);
}
}
void showAnalogRGB(const CRGB &rgb)
central include file for FastLED, defines the CFastLED class/object
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
@ Green
<div style='background:#008000;width:4em;height:4em;'></div>
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)