Driver for Sparkfun GP-20U7 GPS module

Dependents:   GP20U7_HelloWorld gpsmpu60500 BaseStation healt_monitor_ECE4180

Revision:
7:120983998da2
Parent:
4:3aa177df0bcb
--- a/GPS.h	Wed Mar 16 19:13:44 2016 +0000
+++ b/GPS.h	Wed Mar 16 19:18:00 2016 +0000
@@ -50,7 +50,8 @@
     float alt;
     float geoid, time;
     char ns, ew;
-    
+     char gu, hu;
+     
 private:
     float trunc(float v);
     void getline();