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:
7:bd1013ba8afd
Parent:
6:2050b4795b66
Child:
8:5fa40fa372e2
--- a/GPSPARSER.h	Fri Dec 04 16:40:41 2015 -0600
+++ b/GPSPARSER.h	Mon Dec 07 11:45:56 2015 -0600
@@ -153,7 +153,8 @@
     Thread _getSentenceThread;
     NCP5623B* _led;
     int8_t _led_state;
-    Timer _led_timer;
+    Ticker _tick;
+    bool _tick_running;
     
     /** Detect and initialize GPS device
      *  @return status of initialization
@@ -205,5 +206,7 @@
      */
     uint8_t parseZDA(char *nema_buff);
 
+    void blinker();
+
 };
 #endif