ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

ui.h

Committer:
asobhy
Date:
2018-02-01
Revision:
0:a355e511bc5d
Child:
1:3e9684e81312

File content as of revision 0:a355e511bc5d:

#ifndef UI_H
#define UI_H

#define SPEED_STEP     100




void consoleUI(void);
void displayStartupMsg(void);
void twoTerminalsTest(void);






#endif