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

◆ loop()

void loop ( )

Definition at line 214 of file old.h.

214 {
215 uint32_t now = millis();
217 showGenerative(now);
218 FastLED.show();
219}
fl::CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::u32 uint32_t
Definition s16x16x4.h:219
void clear(CRGB(&arr)[N])
Definition clear.h:12
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
void showGenerative(uint32_t now)
Definition old.h:191

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

+ Here is the call graph for this function: