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

Method update

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

Source from the content-addressed store, hash-verified

52}
53
54void WLEDClient::update() {
55 FL_DBG("WLEDClient: update()");
56
57 if (!mController) {
58 return;
59 }
60
61 mController->show();
62}
63
64fl::span<CRGB> WLEDClient::getLEDs() {
65 if (!mController) {

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected