Works!(ish)

Fork of GPS by Simon Ford

Revision:
2:b2c784b47c84
Parent:
0:15611c7938a3
--- a/GPS.h	Tue Mar 21 15:38:11 2017 +0000
+++ b/GPS.h	Tue Mar 21 15:45:52 2017 +0000
@@ -45,6 +45,9 @@
     /** The latitude (call sample() to set) */
     float latitude;
     
+    /** The time (call sample() to set) */
+    float rtime;
+    
 private:
     float trunc(float v);
     void getline();