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:
- 39:ef1a8055d744
- Parent:
- 38:528e410f2f7d
- Child:
- 43:a430d5e4f33d
--- a/Config.h Sat Oct 24 06:41:00 2015 +0000 +++ b/Config.h Thu Oct 29 00:42:07 2015 +0000 @@ -56,6 +56,7 @@ extern Servo rudderServo; extern Servo wingServo; +void set_servo_position(Servo targetServo, float angleDeg, float minDeg, float minNorVal, float maxDeg, float maxNorVal); string decodeCommandGET(string cmd); string decodeCommandSET(string cmd); vector<string> split(const string &s, char delim);