PlayBack
Dependencies: TPixy-Interface
Fork of ObjectFollower by
Diff: ui.h
- Revision:
- 0:a355e511bc5d
- Child:
- 1:3e9684e81312
diff -r 000000000000 -r a355e511bc5d ui.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ui.h Thu Feb 01 03:58:00 2018 +0000 @@ -0,0 +1,18 @@ +#ifndef UI_H +#define UI_H + +#define SPEED_STEP 100 + + + + +void consoleUI(void); +void displayStartupMsg(void); +void twoTerminalsTest(void); + + + + + + +#endif \ No newline at end of file