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

Method setEnabled

src/fl/channels/cled_controller.h:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void setEnabled(bool enabled) FL_NOEXCEPT { mEnabled = enabled; }
114 bool getEnabled() FL_NOEXCEPT { return mEnabled; }
115
116 CLEDController() FL_NOEXCEPT;

Callers 4

showPixelsFunction · 0.80
chipsets.hFile · 0.80
beginShowLedsFunction · 0.80
endShowLedsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected