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

◆ loop()

void loop ( )

Definition at line 37 of file FxCylon.ino.

37 {
38 cylon.draw(Fx::DrawContext(millis(), leds));
39 FastLED.show();
40 delay(cylon.delay_ms);
41}
CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
Cylon cylon(NUM_LEDS)
_DrawContext DrawContext
Definition fx.h:21

References cylon, FastLED, and leds.