PLANET-Q AE-GPS Library

Dependents:   IZU2020_AVIONICS IZU2020_AVIONICS

Revision:
3:fe83d68d19c6
Parent:
2:c469139053eb
Child:
4:340220a33272
--- a/PQAEGPS.h	Tue Dec 17 13:44:20 2019 +0000
+++ b/PQAEGPS.h	Wed Dec 18 14:08:45 2019 +0000
@@ -17,7 +17,7 @@
 int main()
 {
     while(1) {
-        pc.printf("time:%d:%d:%.1f, lat:%.6f, lon:%.6f, fix:%d, sat:%d, hdop:%.2f, alt:%.1f, geoid:%.1f\r\n", gps.get_lat(), gps.get_lon(), gps.get_hour(), gps.get_min(), gps.get_sec(), gps.get_sat(), gps.get_sat(), gps.get_hdop(), gps.get_alt(), gps.get_geoid());
+        pc.printf("lat:%.6f, lon:%.6f, time:%d:%d:%.1f, fix:%d, sat:%d, hdop:%.2f, alt:%.1f, geoid:%.1f\r\n", gps.get_lat(), gps.get_lon(), gps.get_hour(), gps.get_min(), gps.get_sec(), gps.get_sat(), gps.get_sat(), gps.get_hdop(), gps.get_alt(), gps.get_geoid());
     }
 }
  * @endcode