MCPcopy Create free account
hub / github.com/FastLED/FastLED / setDriverEnabled

Method setDriverEnabled

src/FastLED.cpp.hpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
channel.cppFile · 0.45
FL_TEST_FILEFunction · 0.45
runParallelTestImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected