WatchDog Timer library, support for LPC1768 and LPC11U24

Dependents:   ECGAFE_copy WatchDog

Fork of WatchDog by Christian Lerche

Embed: (wiki syntax)

« Back to documentation index

WatchDog_ms Class Reference

WatchDog_ms Class Reference

Watchdog timer implementation (in milliseconds) More...

#include <WatchDog.h>

Public Member Functions

 WatchDog_ms (int ms)
 Creates Watchdog timer.
void feed ()
 Keep feeding the watchdog in routine.

Detailed Description

Watchdog timer implementation (in milliseconds)

Definition at line 29 of file WatchDog.h.


Constructor & Destructor Documentation

WatchDog_ms ( int  ms )

Creates Watchdog timer.

Parameters:
Setsthe WDT in milliseconds

Definition at line 33 of file WatchDog.cpp.


Member Function Documentation

void feed (  )

Keep feeding the watchdog in routine.

xxx.feed(); does the trick

Definition at line 80 of file WatchDog.cpp.