| 559 | } |
| 560 | |
| 561 | void CFastLED::setDriverEnabled(const char* name, bool enabled) { |
| 562 | fl::ChannelManager& manager = fl::channelManager(); |
| 563 | manager.setDriverEnabled(name, enabled); |
| 564 | } |
| 565 | |
| 566 | bool CFastLED::setExclusiveDriver(fl::Bus bus) { |
| 567 | fl::ChannelManager& manager = fl::channelManager(); |
no outgoing calls
no test coverage detected