Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Access to the ESP8266 watchdog timer. More...
Functions | |
void | WDTClass::enable (bool enableWatchDog) |
Enable or disable watchdog timer. More... | |
void | WDTClass::alive () |
Keep watchdog timer alive. More... | |
virtual void | WDTClass::onSystemReady () |
Handle system ready events. More... | |
void | WDTClass::internalApplyEnabled () |
Access to the ESP8266 watchdog timer.
Watchdog timer class.
void WDTClass::alive | ( | ) |
Keep watchdog timer alive.
void WDTClass::enable | ( | bool | enableWatchDog | ) |
Enable or disable watchdog timer.
enableWatchDog | True to enable. False to disable. |
|
protectedvirtual |
Handle system ready events.
Implements ISystemReadyHandler.