PlayBack
Dependencies: TPixy-Interface
Fork of ObjectFollower by
Diff: ui.h
- Revision:
- 23:1839085ffdcf
- Parent:
- 15:cf67f83d5409
diff -r c09acff62e6a -r 1839085ffdcf ui.h --- 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);