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

◆ setup()

void setup ( )

Definition at line 27 of file OctoWS2811_impl.h.

27 {
28 Serial.begin(9600);
29 Serial.println("ColorWipe Using FastLED");
31 FastLED.setBrightness(60);
32}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
@ OCTOWS2811
Definition FastLED.h:139
@ GRB
Green, Red, Blue (0102)
Definition eorder.h:16

References FastLED, fl::GRB, leds, NUM_LEDS, and OCTOWS2811.