PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Revision:
23:1839085ffdcf
Parent:
15:cf67f83d5409
--- a/ui.h	Fri Mar 23 22:42:41 2018 +0000
+++ b/ui.h	Thu Mar 29 22:33:52 2018 +0000
@@ -17,6 +17,8 @@
 extern Serial bluetooth;
 extern Mutex setpointR_mutex;
 extern Mutex setpointL_mutex;
+extern bool MC;
+extern bool startRecording;
 
 void consoleUI(void);
 void displayStartupMsg(void);