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:
10:465f9db415ea
Parent:
8:5fa40fa372e2
Child:
13:b41779d6cddb
--- a/GPSPARSER.h	Mon Dec 14 09:08:31 2015 -0600
+++ b/GPSPARSER.h	Mon Jan 11 11:42:19 2016 -0600
@@ -157,12 +157,6 @@
     bool _tick_running;
     Mutex _mutex;
     
-    /** Detect and initialize GPS device
-     *  @return status of initialization
-     *  @note rewrite this code for specific GPS device. This code supports Skytraq Venus chip
-     */
-    uint8_t initGps (void);
-    
     /** Start sentence parser thread
      *  
      */