MCPcopy 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
244bool ChannelManager::setExclusiveDriver(Bus bus) {
245 return setExclusiveDriverByName(busName(bus));
246}
247
248bool ChannelManager::setExclusiveDriverByName(const char* name) {
249 // Handle null or empty name: disable everything.

Callers

nothing calls this directly

Calls 1

busNameFunction · 0.85

Tested by

no test coverage detected