José Claudio / Mbed 2 deprecated QuadCopter-Sensor-Serial

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Watchdog.h Source File

Watchdog.h

00001 #ifndef _WATCHDOG_H_
00002 #define _WATCHDOG_H_
00003 
00004 class Watchdog
00005 {
00006 public:
00007     void kick(float s);
00008     void kick();
00009 };
00010 
00011 #endif