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

Function clearLeds

examples/XYPath/complex.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void clearLeds() { fl::memset(leds, 0, NUM_LEDS * sizeof(fl::CRGB)); }
117
118void loop() {
119 // Your code here

Callers 3

loopFunction · 0.70

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected