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@19:05b8123905fb, 2017-04-24 (annotated)
- Committer:
- balsamfir
- Date:
- Mon Apr 24 21:37:50 2017 +0000
- Revision:
- 19:05b8123905fb
- Parent:
- 15:caa5a93a31d7
Commit before share
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| balsamfir | 2:2bc519e14bae | 1 | // ---------------------------------------------------------------- | 
| balsamfir | 2:2bc519e14bae | 2 | // Used to control the robot system | 
| balsamfir | 2:2bc519e14bae | 3 | // ---------------------------------------------------------------- | 
| balsamfir | 3:dfb6733ae397 | 4 | |
| balsamfir | 5:f655435d0782 | 5 | |
| balsamfir | 5:f655435d0782 | 6 | // Function Prototypes | 
| balsamfir | 5:f655435d0782 | 7 | // ---------------------------------------------------------------- | 
| balsamfir | 15:caa5a93a31d7 | 8 | void InitRobot(void); | 
| balsamfir | 15:caa5a93a31d7 | 9 | void AutoTrack(void); | 
| balsamfir | 2:2bc519e14bae | 10 | void ManualControl(void); | 
| balsamfir | 15:caa5a93a31d7 | 11 | void Tunning(void); | 
