ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot_Team by ECE4333 - 2018 - Ahmed & Brandon

Revision:
9:fe56b888985c
Parent:
8:a0890fa79084
--- a/ExternalInterruptThread.cpp	Mon Feb 19 17:42:33 2018 +0000
+++ b/ExternalInterruptThread.cpp	Fri Feb 23 20:58:34 2018 +0000
@@ -1,9 +1,9 @@
 /******************************************************************************/
 // ECE4333
-// LAB Partner 1: Ahmed Sobhy - ID: 3594449
-// LAB Partner 2: Brandon Kingman - ID: 3470444
-// Project: Autonomous Robot Design
-// Instructor: Prof. Chris Diduch
+// LAB Partner 1:   Ahmed Sobhy - ID: 3594449
+// LAB Partner 2:   Brandon Kingman - ID: 3470444
+// Project:         Autonomous Robot Design
+// Instructor:      Prof. Chris Diduch
 /******************************************************************************/
 // filename: ExternalInterruptThread.cpp
 // file content description:
@@ -11,6 +11,7 @@
 //      * ExternalInterruptThread
 //      * ExternalInterrupt ISR
 /******************************************************************************/
+
 #include "mbed.h"
 
 void ExtInterruptISR(void);