ECE4333 - 2018 - Ahmed & Brandon / Mbed OS ObjectFollower

Dependencies:   TPixy-Interface

Fork of PlayBack by ECE4333 - 2018 - Ahmed & Brandon

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WatchdogThread.h Source File

WatchdogThread.h

00001 /******************************************************************************/
00002 // ECE4333
00003 // LAB Partner 1:   Ahmed Sobhy - ID: 3594449
00004 // LAB Partner 2:   Brandon Kingman - ID: 3470444
00005 // Project:         Autonomous Robot Design
00006 // Instructor:      Prof. Chris Diduch
00007 /******************************************************************************/
00008 
00009 #ifndef WDTHREAD_H_
00010 #define WDTHREAD_H_
00011 
00012 
00013 bool WatchdogThreadInit();
00014 void WatchdogReset(void);
00015 
00016 
00017 
00018 #endif