MCPcopy 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
110bool 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.hppFile · 0.85
run_exampleFunction · 0.85

Calls 3

keep_goingFunction · 0.85
loopFunction · 0.70
delayFunction · 0.50

Tested by

no test coverage detected