Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
void clearLeds() {
127
fl::clear(leds);
128
fl::clear(leds_downscaled);
129
};
130
131
void loop() {
132
// Your code here
Callers
1
loop
Function · 0.70
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected