Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setExclusiveDriver
Method
setExclusiveDriver
src/fl/channels/manager.cpp.hpp:244–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
bool ChannelManager::setExclusiveDriver(Bus bus) {
245
return setExclusiveDriverByName(busName(bus));
246
}
247
248
bool ChannelManager::setExclusiveDriverByName(const char* name) {
249
// Handle null or empty name: disable everything.
Callers
nothing calls this directly
Calls
1
busName
Function · 0.85
Tested by
no test coverage detected