GPS NEMA String parser library. Only supports SkyTraq Venus chip at this time.

Dependents:   MTDOT-EVB-LinkCheck-AL MTDOT-BOX-EVB-Factory-Firmware-LIB-108 TelitSensorToCloud mDot_sensor_to_cloud ... more

Revision:
5:11f41dee386b
Parent:
0:d2169fecf3fb
Child:
6:2050b4795b66
--- a/GPSPARSER.h	Tue Oct 27 19:54:49 2015 +0000
+++ b/GPSPARSER.h	Mon Nov 09 12:36:04 2015 -0600
@@ -147,7 +147,7 @@
     satellite_prn _satellite_prn;
     int16_t _msl_altitude;
     
-    MTSSerial::MTSSerial *_gps_uart;
+    MTSSerial *_gps_uart;
     Thread _getSentenceThread;
     
     /** Detect and initialize GPS device
@@ -201,4 +201,4 @@
     uint8_t parseZDA(char *nema_buff);
 
 };
-#endif
\ No newline at end of file
+#endif