ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot_Team by ECE4333 - 2018 - Ahmed & Brandon

Revision:
11:9135e5bc2fcf
Parent:
10:8919b1b76243
Child:
15:cf67f83d5409
--- a/main.cpp	Fri Mar 02 23:37:31 2018 +0000
+++ b/main.cpp	Sat Mar 03 00:08:16 2018 +0000
@@ -34,7 +34,7 @@
 
     while(1)
     {
-        //consoleUI(); 
+        consoleUI(); 
         Thread::wait(500); // Go to sleep for 500 ms  
     }
 }