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:
13:b41779d6cddb
Parent:
10:465f9db415ea
--- a/GPSPARSER.h	Thu Aug 10 16:23:41 2017 -0500
+++ b/GPSPARSER.h	Wed Jan 31 09:14:03 2018 -0600
@@ -153,6 +153,7 @@
     Thread _getSentenceThread;
     NCP5623B* _led;
     int8_t _led_state;
+    int8_t _led_state_out;
     Ticker _tick;
     bool _tick_running;
     Mutex _mutex;