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 Servo SDFileSystem
Diff: Config.h
- Revision:
- 38:528e410f2f7d
- Parent:
- 37:7a136279daf3
- Child:
- 39:ef1a8055d744
diff -r 7a136279daf3 -r 528e410f2f7d Config.h --- a/Config.h Sat Oct 17 08:27:54 2015 +0000 +++ b/Config.h Sat Oct 24 06:41:00 2015 +0000 @@ -53,6 +53,8 @@ extern double Longitude_Path[MAX_TASK_SIZE]; extern double Latitude_Path[MAX_TASK_SIZE]; extern Serial pc; +extern Servo rudderServo; +extern Servo wingServo; string decodeCommandGET(string cmd); string decodeCommandSET(string cmd);