The subsystem design/basis for the final project

Dependencies:   mbed-rtos mbed-src pixylib

robot.h

Committer:
balsamfir
Date:
2016-03-26
Revision:
15:caa5a93a31d7
Parent:
14:2d609d465f00

File content as of revision 15:caa5a93a31d7:

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


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