Jeroen Lodder / Mbed 2 deprecated SteppermotorBoard

Dependencies:   USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

WatchDog_us Class Reference

WatchDog_us Class Reference

Watchdog timer implementation (in microseconds) More...

#include <watchdog.h>

Public Member Functions

 WatchDog_us (int us)
 Creates Watchdog timer.
void feed ()
 Keep feeding the watchdog in routine.

Detailed Description

Watchdog timer implementation (in microseconds)

Definition at line 43 of file watchdog.h.


Constructor & Destructor Documentation

WatchDog_us ( int  us )

Creates Watchdog timer.

Parameters:
Setsthe WDT in microseconds

Definition at line 52 of file watchdog.cpp.


Member Function Documentation

void feed (  )

Keep feeding the watchdog in routine.

xxx.feed(); does the trick

Definition at line 89 of file watchdog.cpp.