The subsystem design/basis for the final project

Dependencies:   mbed-rtos mbed-src pixylib

robot.h

Committer:
balsamfir
Date:
2017-04-24
Revision:
19:05b8123905fb
Parent:
15:caa5a93a31d7

File content as of revision 19:05b8123905fb:

// ----------------------------------------------------------------
// Used to control the robot system
// ----------------------------------------------------------------


// Function Prototypes
// ----------------------------------------------------------------
void InitRobot(void);
void AutoTrack(void);
void ManualControl(void);
void Tunning(void);