|
FastLED 3.9.15
|
| bool CFastLED::setExclusiveDriver | ( | fl::Bus | bus | ) |
Enable only one driver exclusively, runtime form (disables all others)
| bus | Bus enum identifying the driver (typed, typo-safe) |
BusTraits<bus>::instancePtr() — for compile-time TU-linking of a non-default driver, use the setExclusiveDriver<fl::Bus B>() template overload above. fl::Bus enum (mocks, custom third-party drivers, RPC-resolved names), use fl::ChannelManager::instance().setExclusiveDriverByName(name) directly. Definition at line 566 of file FastLED.cpp.hpp.
References fl::channelManager(), and fl::ChannelManager::setExclusiveDriver().
Here is the call graph for this function: