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

Function autoResearchLowMemoryLoop

examples/AutoResearch/AutoResearchLowMemory.h:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303inline void autoResearchLowMemoryLoop() {
304 fl::Watchdog::instance().feed();
305 if (g_low_memory_remote) {
306 g_low_memory_remote->update(millis());
307 }
308}

Callers

nothing calls this directly

Calls 3

millisFunction · 0.50
feedMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected