Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TPixy-Interface
Fork of PlayBack by
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
Generated on Thu Jul 14 2022 04:16:50 by
 1.7.2
 1.7.2 
    