Definition at line 12 of file RGBSetDemo.ino.
12 {
13 static uint8_t hue;
14 for(
int i = 0; i <
NUM_LEDS/2; i++) {
15
16 leds.fadeToBlackBy(40);
17
18
20
21
24 }
25}
CFastLED FastLED
Global LED strip management instance.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References FastLED, leds, and NUM_LEDS.