ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
Classes
Callback_Watchdog.h File Reference
#include "Callback.h"
#include <arduino-timer.h>
Include dependency graph for Callback_Watchdog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Callback_Watchdog
 Wrapper class which allows to start a timer and if it is not stopped in the given time then the internally subscribed callback will be called, which informs the user of the failure to stop the timer in time, meaning a timeout has occured. More...