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: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: myConstants.h
- Revision:
- 9:6d4578dcc1ed
- Parent:
- 5:182f6356bce1
- Child:
- 13:df1e8a650185
--- a/myConstants.h Fri Jun 12 15:28:05 2015 +0000 +++ b/myConstants.h Mon Jun 15 10:40:18 2015 +0000 @@ -18,6 +18,11 @@ /* Pressure Sensor */ #define PRES_LSB_TO_HPA 0.000244140625f // hPa/LSB (1/4096 +/* GPS */ +#define GPS_SQ_E 0.00669437999f // (第一離心率)^2 +#define GPS_A 6378137.0f // 長半径(赤道半径)(m) +#define GPS_B 6356752.3f // 短半径(極半径)(m) + /* Geomagnetic Sensor */ #define MAG_LSB_TO_GAUSS 0.00092f // Gauss/LSB #define MAG_MAGNITUDE 0.46f // Magnitude of GeoMagnetism (Gauss)
