Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
inline 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
millis
Function · 0.50
feed
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected