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

Method getEnabled

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

Source from the content-addressed store, hash-verified

112
113 void setEnabled(bool enabled) FL_NOEXCEPT { mEnabled = enabled; }
114 bool getEnabled() FL_NOEXCEPT { return mEnabled; }
115
116 CLEDController() FL_NOEXCEPT;
117 // If we added virtual to the AVR boards then we are going to add 600 bytes of memory to the binary

Callers 2

showMethod · 0.80
showColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected