Changes Lat & Long Binary variable to be 32 bit integers representing micro-degrees.

Fork of lib_gps by wayne roberts

Revision:
1:2f5fbb33ae8b
Parent:
0:0bd73064b7f6
Child:
2:b531881123bf
--- a/gps.h	Wed Mar 18 00:55:27 2015 +0000
+++ b/gps.h	Fri Mar 27 00:41:33 2015 +0000
@@ -48,6 +48,7 @@
         char verbose;   // flag
         tNmeaGpsData NmeaGpsData;
         int32_t LatitudeBinary, LongitudeBinary;
+        bool have_fix;
         
     private:
         int ParseGPSData(int idx);