ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

Revision:
1:3e9684e81312
Parent:
0:a355e511bc5d
Child:
4:417e475239c7
--- a/ui.h	Thu Feb 01 03:58:00 2018 +0000
+++ b/ui.h	Sat Feb 03 00:05:08 2018 +0000
@@ -1,12 +1,13 @@
 #ifndef UI_H
 #define UI_H
 
-#define SPEED_STEP     100
+#define SPEED_STEP     1
 
 
 
 
 void consoleUI(void);
+void consoleUI2(void);
 void displayStartupMsg(void);
 void twoTerminalsTest(void);