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

Method reset

src/fl/channels/manager.cpp.hpp:569–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void ChannelManager::reset() {
570 // Allow all channel drivers to clean up
571 waitForReady();
572 FL_DBG("ChannelManager: reset() - all drivers ready");
573}
574
575ChannelManager& channelManager() {
576 return ChannelManager::instance();

Callers 3

CLEDControllerClass · 0.45
removeFromDrawListMethod · 0.45
SpiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected