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

Method clearData

src/FastLED.cpp.hpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369void CFastLED::clearData() {
370 CLEDController *pCur = CLEDController::head();
371 while(pCur) {
372 pCur->clearLedDataInternal();
373 pCur = pCur->next();
374 }
375}
376
377void CFastLED::delay(unsigned long ms) {
378 unsigned long start = fl::millis();

Callers

nothing calls this directly

Calls 2

clearLedDataInternalMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected