FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ~ScopedWatchdog()

fl::ScopedWatchdog::~ScopedWatchdog ( )

Feed the watchdog at end-of-scope so the next loop() iteration has a clean deadline window.

Definition at line 180 of file watchdog.cpp.hpp.

180 {
182 if (count > 0) --count;
184}
static Watchdog & instance() FL_NOEXCEPT
void feed() FL_NOEXCEPT
int & scopedWatchdogActiveCount() FL_NOEXCEPT

References fl::Watchdog::feed(), FL_NOEXCEPT, fl::Watchdog::instance(), and fl::platforms::scopedWatchdogActiveCount().

+ Here is the call graph for this function: