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

Function scopedWatchdogPause3s

src/fl/wdt/_build.cpp.hpp:24–26  ·  view source on GitHub ↗

Wraps fl::delay() — portable across stub/WASM/embedded.

Source from the content-addressed store, hash-verified

22
23// Wraps fl::delay() — portable across stub/WASM/embedded.
24void scopedWatchdogPause3s() FL_NOEXCEPT {
25 fl::delay(3000);
26}
27
28} // namespace platforms
29} // namespace fl

Callers 1

scopedWatchdogFirstInitFunction · 0.85

Calls 1

delayFunction · 0.50

Tested by

no test coverage detected