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

Function clearLeds

examples/Downscale/Downscale.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void clearLeds() {
127 fl::clear(leds);
128 fl::clear(leds_downscaled);
129};
130
131void loop() {
132 // Your code here

Callers 1

loopFunction · 0.70

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected