MCPcopy Create free account
hub / github.com/FastLED/FastLED / loop

Function loop

examples/FestivalStick/old.h:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void loop() {
215 uint32_t now = millis();
216 fl::clear(leds);
217 showGenerative(now);
218 FastLED.show();
219}

Callers

nothing calls this directly

Calls 4

showGenerativeFunction · 0.85
millisFunction · 0.50
clearFunction · 0.50
showMethod · 0.45

Tested by

no test coverage detected