Forked para SNOCC

Dependents:   RA8875

Fork of GPS by SNOCC

Revision:
4:a0760d64f0f8
Parent:
1:1de2fc75bf38
--- a/GPS.h	Sun Apr 02 19:26:39 2017 +0000
+++ b/GPS.h	Tue Apr 04 06:16:56 2017 +0000
@@ -47,7 +47,10 @@
     float latitude;
     
     /** The speed in knots (call sample() to set) */   // Esta variable la agrego para disponer de la velocidad.
-    float speed;            
+    float speed;     
+    
+    /** The time in NMEA format (call sample() to set)*/ //  Esta variable la agrego para disponer del timestamp.
+    float time;