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

Fork of lib_gps by wayne roberts

Revision:
5:f06be7a1f427
Parent:
3:03d7275dc4fd
--- a/gps.h	Wed Oct 21 01:08:46 2015 +0000
+++ b/gps.h	Mon Aug 15 22:52:52 2016 +0000
@@ -47,7 +47,7 @@
         double Latitude, Longitude;
         char verbose;   // flag
         tNmeaGpsData NmeaGpsData;
-        int32_t LatitudeBinary, LongitudeBinary;
+        int32_t LatitudeBinary32, LongitudeBinary32;
         bool have_fix;
         bool en_invert;