Driver for Sparkfun GP-20U7 GPS module

Dependents:   GP20U7_HelloWorld gpsmpu60500 BaseStation healt_monitor_ECE4180

Revision:
4:3aa177df0bcb
Parent:
0:15611c7938a3
Child:
7:120983998da2
diff -r 5cfc893bfd25 -r 3aa177df0bcb GPS.h
--- a/GPS.h	Wed Mar 16 04:28:03 2016 +0000
+++ b/GPS.h	Wed Mar 16 04:37:56 2016 +0000
@@ -45,6 +45,12 @@
     /** The latitude (call sample() to set) */
     float latitude;
     
+    int num_sat;
+    float hori_dilute;
+    float alt;
+    float geoid, time;
+    char ns, ew;
+    
 private:
     float trunc(float v);
     void getline();