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

Method enableAllDrivers

src/FastLED.cpp.hpp:557–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555// ============================================================================
556
557void CFastLED::enableAllDrivers() {
558 fl::enableAllDrivers();
559}
560
561void CFastLED::setDriverEnabled(const char* name, bool enabled) {
562 fl::ChannelManager& manager = fl::channelManager();

Callers 2

FL_TEST_FILEFunction · 0.80
testSingleDriverMethod · 0.80

Calls 1

enableAllDriversFunction · 0.85

Tested by 1

testSingleDriverMethod · 0.64