A basic library for the Adafruit Ultimate GPS module. (MTK3339) http://www.adafruit.com/products/746

Dependents:   GPS-GPRS_Tracker Plan13

Revision:
4:9ac674d05370
Parent:
3:5cb504ce2793
--- a/GPS.h	Sun Oct 21 09:28:41 2012 +0000
+++ b/GPS.h	Sun Jan 19 07:44:51 2014 +0000
@@ -37,7 +37,10 @@
     float longitude;    //
     float speed;        // speed in knots
     float heading;      // heading in degrees derived from previous & current location
-    int date;           //
+    string date;           //
+    int day;
+    int month;
+    int year;
     int fixtype;        // 0 = no fix;  1 = fix;  2=differential fix
     int satellites;     // number of satellites used
     float altitude;     //