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:
- 28:ae857c247fbd
- Parent:
- 27:1be1f25be449
- Child:
- 29:95b0320bf779
--- a/Config.h Fri Sep 11 00:11:31 2015 +0000 +++ b/Config.h Fri Sep 11 23:06:51 2015 +0000 @@ -14,6 +14,7 @@ #define MAX_IMU_SIZE 29 #define MAX_TASK_SIZE 5 #define DEG2RAD_RATIO 0.0174532925199433 +#define RAD2DEG_RATIO 57.295779513082321 #define EARTH_RADIUS 6371000 extern string IMU_Y; @@ -52,6 +53,8 @@ extern double Latitude_Path[MAX_TASK_SIZE]; extern Serial pc; +extern double Initial_Bearing; +extern double Final_Bearing; string decodeCommandGET(string cmd); string decodeCommandSET(string cmd);