ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

Revision:
1:3e9684e81312
Parent:
0:a355e511bc5d
Child:
4:417e475239c7
diff -r a355e511bc5d -r 3e9684e81312 main.cpp
--- a/main.cpp	Thu Feb 01 03:58:00 2018 +0000
+++ b/main.cpp	Sat Feb 03 00:05:08 2018 +0000
@@ -28,7 +28,7 @@
 
     while(1)
     {
-        consoleUI(); 
+        consoleUI2(); 
         Thread::wait(500); // Go to sleep for 500 ms  
     }
 }