NMEA GPS receiver

Dependents:   lmic_NAmote_GPS_tjm lmic_NAmote_GPS_tjm LoRaWAN-NAMote72-Application-Demo_IoTium LoRaWAN-NAMote72-BVS-confirmed-tester-0-7v1_copy ... more

Revision:
3:03d7275dc4fd
Parent:
2:b531881123bf
Child:
6:65fdafeb57e0
--- a/gps.h	Fri May 08 01:39:02 2015 +0000
+++ b/gps.h	Thu Jul 02 00:12:50 2015 +0000
@@ -49,6 +49,7 @@
         tNmeaGpsData NmeaGpsData;
         int32_t LatitudeBinary, LongitudeBinary;
         bool have_fix;
+        bool en_invert;
         
     private:
         int ParseGPSData(int idx);