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

Function loop

examples/Json/JsonSketch.h:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void loop() {
142 // Simple LED pattern to show something is happening
143 static uint8_t hue = 0; // okay static in header
144 fill_rainbow(leds, NUM_LEDS, hue++, 7);
145 FastLED.show();
146 delay(50);
147}

Callers

nothing calls this directly

Calls 3

fill_rainbowFunction · 0.50
delayFunction · 0.50
showMethod · 0.45

Tested by

no test coverage detected