ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

Committer:
asobhy
Date:
Sat Feb 03 00:05:08 2018 +0000
Revision:
1:3e9684e81312
Parent:
0:a355e511bc5d
Child:
4:417e475239c7
setpoint represent velocity

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
asobhy 0:a355e511bc5d 7
asobhy 0:a355e511bc5d 8
asobhy 0:a355e511bc5d 9 void consoleUI(void);
asobhy 1:3e9684e81312 10 void consoleUI2(void);
asobhy 0:a355e511bc5d 11 void displayStartupMsg(void);
asobhy 0:a355e511bc5d 12 void twoTerminalsTest(void);
asobhy 0:a355e511bc5d 13
asobhy 0:a355e511bc5d 14
asobhy 0:a355e511bc5d 15
asobhy 0:a355e511bc5d 16
asobhy 0:a355e511bc5d 17
asobhy 0:a355e511bc5d 18
asobhy 0:a355e511bc5d 19 #endif