Definition at line 81 of file FirstLight.ino.
81 {
82
83 for(
int whiteLed = 0; whiteLed <
NUM_LEDS; whiteLed = whiteLed + 1) {
84
86
87
89
90
91 delay(100);
92
93
95 }
96}
CFastLED FastLED
Global LED strip management instance.
@ White
<div style='background:#FFFFFF;width:4em;height:4em;'></div>
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
References CRGB::Black, FastLED, leds, NUM_LEDS, and CRGB::White.