Definition at line 30 of file MultiArrays.ino.
30 {
32
37
41 delay(100);
42 }
43
45
50
54 delay(100);
55 }
56}
#define NUM_LEDS_PER_STRIP
CFastLED FastLED
Global LED strip management instance.
CRGB blueLeds[NUM_LEDS_PER_STRIP]
CRGB greenLeds[NUM_LEDS_PER_STRIP]
CRGB redLeds[NUM_LEDS_PER_STRIP]
@ 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>
References CRGB::Black, CRGB::Blue, blueLeds, FastLED, CRGB::Green, greenLeds, NUM_LEDS_PER_STRIP, CRGB::Red, and redLeds.