FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setup()

void setup ( )

Definition at line 18 of file MultiArrays.ino.

18 {
19 // tell FastLED there's 60 NEOPIXEL leds on pin 10
21
22 // tell FastLED there's 60 NEOPIXEL leds on pin 11
24
25 // tell FastLED there's 60 NEOPIXEL leds on pin 12
27
28}
#define NUM_LEDS_PER_STRIP
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
CRGB blueLeds[NUM_LEDS_PER_STRIP]
CRGB greenLeds[NUM_LEDS_PER_STRIP]
CRGB redLeds[NUM_LEDS_PER_STRIP]
LED controller for WS2812 LEDs with GRB color order.
Definition FastLED.h:138

References blueLeds, FastLED, greenLeds, NUM_LEDS_PER_STRIP, and redLeds.