ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

Committer:
asobhy
Date:
Fri Feb 09 18:37:11 2018 +0000
Revision:
4:417e475239c7
Parent:
1:3e9684e81312
Child:
8:a0890fa79084
beginning of lab 02/09/2018

Who changed what in which revision?

UserRevisionLine numberNew contents of line
asobhy 0:a355e511bc5d 1 #ifndef UI_H
asobhy 0:a355e511bc5d 2 #define UI_H
asobhy 0:a355e511bc5d 3
asobhy 1:3e9684e81312 4 #define SPEED_STEP 1
asobhy 0:a355e511bc5d 5
asobhy 0:a355e511bc5d 6 void consoleUI(void);
asobhy 0:a355e511bc5d 7 void displayStartupMsg(void);
asobhy 0:a355e511bc5d 8 void twoTerminalsTest(void);
asobhy 0:a355e511bc5d 9
asobhy 0:a355e511bc5d 10 #endif