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

◆ loop()

void loop ( )

Definition at line 207 of file old.h.

207 {
208 uint32_t now = millis();
210 showGenerative(now);
211 FastLED.show();
212}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:62
void clear(CRGB(&arr)[N])
Definition clear.h:13
void showGenerative(uint32_t now)
Definition old.h:184

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

+ Here is the call graph for this function: