GPS精度実験
Fork of MBed_Adafruit-GPS-Library by
Diff: MBed_Adafruit_GPS.h
- Revision:
- 3:cc9ab73d0624
- Parent:
- 1:ff72e93bcb0e
- Child:
- 5:ce26d53dc358
--- a/MBed_Adafruit_GPS.h Wed Jun 18 13:49:56 2014 +0000 +++ b/MBed_Adafruit_GPS.h Mon Apr 20 10:36:33 2015 +0000 @@ -96,6 +96,7 @@ uint16_t milliseconds; float geoidheight, altitude; long latitudeH,latitudeL,longitudeH,longitudeL; + long latitudeKH,latitudeKL,longitudeKH,longitudeKL; float speed, angle, magvariation, HDOP; char lat, lon, mag; bool fix;