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

Method clear

src/fl/control/wled/client.cpp.hpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void WLEDClient::clear(bool writeToStrip) {
45 FL_DBG("WLEDClient: clear(writeToStrip=" << (writeToStrip ? "true" : "false") << ")");
46
47 if (!mController) {
48 return;
49 }
50
51 mController->clear(writeToStrip);
52}
53
54void WLEDClient::update() {
55 FL_DBG("WLEDClient: update()");

Callers 6

setStateMethod · 0.45
parseSegmentFieldsFunction · 0.45
beginMethod · 0.45
endMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected