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

◆ setup()

void setup ( )

Definition at line 29 of file OctoWS2811_impl.h.

29 {
30 Serial.begin(9600);
31 Serial.println("ColorWipe Using FastLED");
33 FastLED.setBrightness(60);
34}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
@ OCTOWS2811
Definition FastLED.h:280
constexpr EOrder GRB
Definition eorder.h:19
#define Serial
Definition serial.h:304

References FastLED, GRB, leds, NUM_LEDS, OCTOWS2811, and Serial.