Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setEnabled
Method
setEnabled
src/fl/channels/cled_controller.h:113–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void setEnabled(bool enabled) FL_NOEXCEPT { mEnabled = enabled; }
114
bool getEnabled() FL_NOEXCEPT { return mEnabled; }
115
116
CLEDController() FL_NOEXCEPT;
Callers
4
showPixels
Function · 0.80
chipsets.h
File · 0.80
beginShowLeds
Function · 0.80
endShowLeds
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected