Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ next_loop
Function
next_loop
src/platforms/stub_main.hpp:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
bool next_loop() FL_NOEXCEPT {
111
loop();
112
delay(0); // Needed for watchdog timers not to fail
113
return keep_going();
114
}
115
116
} // namespace stub_main
117
} // namespace fl
Callers
2
stub_main.hpp
File · 0.85
run_example
Function · 0.85
Calls
3
keep_going
Function · 0.85
loop
Function · 0.70
delay
Function · 0.50
Tested by
no test coverage detected