Dependents:   GPS_HelloWorld

Fork of GPS by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
Renato
Date:
Wed Nov 26 14:39:50 2014 +0000
Parent:
1:afffc21a3ee7
Commit message:

Changed in this revision

GPS.h Show annotated file Show diff for this revision Revisions of this file
--- a/GPS.h	Fri Nov 21 17:00:34 2014 +0000
+++ b/GPS.h	Wed Nov 26 14:39:50 2014 +0000
@@ -55,13 +55,14 @@
     
     int number_sats;
     
+    char msg[256];
     
 private:
     float trunc(float v);
     void getline();
     
     Serial _gps;
-    char msg[256];
+    //char msg[256];
 
 };