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

◆ loop()

void loop ( )

Definition at line 215 of file old.h.

215 {
216 uint32_t now = millis();
218 showGenerative(now);
219 FastLED.show();
220}
CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
void clear(CRGB(&arr)[N])
Definition clear.h:13
void showGenerative(uint32_t now)
Definition old.h:192

References fl::clear(), FastLED, leds, and showGenerative().

+ Here is the call graph for this function: