PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Revision:
4:417e475239c7
Parent:
1:3e9684e81312
Child:
8:a0890fa79084
diff -r 4def4ca68910 -r 417e475239c7 main.cpp
--- a/main.cpp	Sat Feb 03 00:48:47 2018 +0000
+++ b/main.cpp	Fri Feb 09 18:37:11 2018 +0000
@@ -28,7 +28,7 @@
 
     while(1)
     {
-        consoleUI2(); 
+        consoleUI(); 
         Thread::wait(500); // Go to sleep for 500 ms  
     }
 }