Basic GPS message parser

Fork of GPS by Simon Ford

Revision:
1:1f849dbf3b8b
Parent:
0:15611c7938a3
Child:
2:8c97b7918a94
--- a/GPS.h	Tue Jun 08 14:10:27 2010 +0000
+++ b/GPS.h	Wed Aug 19 06:58:44 2015 +0000
@@ -45,6 +45,9 @@
     /** The latitude (call sample() to set) */
     float latitude;
     
+    /** The time from the message */
+    float time;
+    
 private:
     float trunc(float v);
     void getline();