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

◆ loop()

void loop ( )

Definition at line 205 of file old.h.

205 {
206 uint32_t now = millis();
208 showGenerative(now);
209 FastLED.show();
210}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
CFastLED FastLED
Global LED strip management instance.
void clear(CRGB(&arr)[N])
Definition clear.h:8
void showGenerative(uint32_t now)
Definition old.h:182

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

+ Here is the call graph for this function: