ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot_Team by ECE4333 - 2018 - Ahmed & Brandon

Committer:
asobhy
Date:
Tue Apr 10 20:54:37 2018 +0000
Branch:
ManualControl
Revision:
29:83c103d12078
Parent:
9:fe56b888985c
ManualControl

Who changed what in which revision?

UserRevisionLine numberNew contents of line
asobhy 8:a0890fa79084 1 /******************************************************************************/
asobhy 8:a0890fa79084 2 // ECE4333
asobhy 9:fe56b888985c 3 // LAB Partner 1: Ahmed Sobhy - ID: 3594449
asobhy 9:fe56b888985c 4 // LAB Partner 2: Brandon Kingman - ID: 3470444
asobhy 9:fe56b888985c 5 // Project: Autonomous Robot Design
asobhy 9:fe56b888985c 6 // Instructor: Prof. Chris Diduch
asobhy 8:a0890fa79084 7 /******************************************************************************/
asobhy 0:a355e511bc5d 8
asobhy 0:a355e511bc5d 9 #ifndef WDTHREAD_H_
asobhy 0:a355e511bc5d 10 #define WDTHREAD_H_
asobhy 0:a355e511bc5d 11
asobhy 0:a355e511bc5d 12
asobhy 0:a355e511bc5d 13 bool WatchdogThreadInit();
asobhy 0:a355e511bc5d 14 void WatchdogReset(void);
asobhy 0:a355e511bc5d 15
asobhy 0:a355e511bc5d 16
asobhy 0:a355e511bc5d 17
asobhy 0:a355e511bc5d 18 #endif