Dependents:   GPS_HelloWorld

Fork of GPS by Simon Ford

Revision:
1:afffc21a3ee7
Parent:
0:15611c7938a3
Child:
2:8392585fd821
--- a/GPS.h	Tue Jun 08 14:10:27 2010 +0000
+++ b/GPS.h	Fri Nov 21 17:00:34 2014 +0000
@@ -44,6 +44,17 @@
 
     /** The latitude (call sample() to set) */
     float latitude;
+        
+    float curr_time;
+        
+    float altitude;
+    
+    float HDOP;
+    
+    int fix;
+    
+    int number_sats;
+    
     
 private:
     float trunc(float v);