Jeroen Lodder / Mbed 2 deprecated SteppermotorBoard

Dependencies:   USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

WatchDog Class Reference

WatchDog Class Reference

Watchdog timer implementation (in seconds) More...

#include <watchdog.h>

Public Member Functions

 WatchDog (float s)
 Creates Watchdog timer.
void feed ()
 Keep feeding the watchdog in routine.

Detailed Description

Watchdog timer implementation (in seconds)

Definition at line 14 of file watchdog.h.


Constructor & Destructor Documentation

WatchDog ( float  s )

Creates Watchdog timer.

Parameters:
Setsthe WDT in seconds

Definition at line 14 of file watchdog.cpp.


Member Function Documentation

void feed (  )

Keep feeding the watchdog in routine.

xxx.feed(); does the trick

Definition at line 71 of file watchdog.cpp.