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}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
CRGBArray< NUM_LEDS > leds
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References FastLED, leds, and NUM_LEDS.