ManualControl
Dependencies: TPixy-Interface
Fork of MbedOS_Robot_Team by
Diff: WatchdogThread.cpp
- Revision:
- 8:a0890fa79084
- Parent:
- 0:a355e511bc5d
- Child:
- 9:fe56b888985c
diff -r 73fd05fe556a -r a0890fa79084 WatchdogThread.cpp --- a/WatchdogThread.cpp Thu Feb 15 01:15:26 2018 +0000 +++ b/WatchdogThread.cpp Mon Feb 19 17:42:33 2018 +0000 @@ -1,3 +1,18 @@ +/******************************************************************************/ +// ECE4333 +// LAB Partner 1: Ahmed Sobhy - ID: 3594449 +// LAB Partner 2: Brandon Kingman - ID: 3470444 +// Project: Autonomous Robot Design +// Instructor: Prof. Chris Diduch +/******************************************************************************/ +// filename: WatchdogThread.cpp +// file content description: +// * Function to create the Watchdog Thead +// * Watchdog thread +// * Watchdog ISR +// * Variables related to the functionality of the thread +/******************************************************************************/ + #include "mbed.h" osThreadId WatchdogId;