Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed-src pixylib
robot.h
- Committer:
- balsamfir
- Date:
- 2016-03-26
- Revision:
- 14:2d609d465f00
- Parent:
- 6:52686c25e4af
- Child:
- 15:caa5a93a31d7
File content as of revision 14:2d609d465f00:
// ---------------------------------------------------------------- // Used to control the robot system // ---------------------------------------------------------------- #define X_SETPOINT 160 #define HEIGHT_SETPOINT 90 // Function Prototypes // ---------------------------------------------------------------- void AutoTrack(bool isTunning); void ManualControl(void); void RunMotor(void); void RunNavigation(void);