|
FastLED 3.9.15
|
Unified cross-platform watchdog interface.
Singleton accessed through FastLED.watchdog() or fl::Watchdog::instance().
Definition at line 123 of file watchdog.h.
#include <watchdog.h>
Static Public Member Functions | |
| static Watchdog & | instance () FL_NOEXCEPT |
Private Member Functions | |
| Watchdog () FL_NOEXCEPT=default | |
| Watchdog (const Watchdog &) FL_NOEXCEPT=delete | |
| ~Watchdog () FL_NOEXCEPT=default | |
| Watchdog & | operator= (const Watchdog &) FL_NOEXCEPT=delete |
Private Attributes | |
| fl::u16 | mSafeModeThreshold = 2 |