GPS with Altitude

Dependents:   Vodafone_SEDS

Fork of GPS by Simon Ford

Revision:
1:586757e9ad1b
Parent:
0:15611c7938a3
diff -r 15611c7938a3 -r 586757e9ad1b GPS.h
--- a/GPS.h	Tue Jun 08 14:10:27 2010 +0000
+++ b/GPS.h	Mon Jun 09 16:48:04 2014 +0000
@@ -45,6 +45,12 @@
     /** The latitude (call sample() to set) */
     float latitude;
     
+    /** The number of satellites in use (call sample() to set) */
+    int satellites;
+    
+    /** The altitude (call sample() to set) */
+    float altitude;
+    
 private:
     float trunc(float v);
     void getline();