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

Dependents:   GPS-GPRS_Tracker Plan13

Revision:
3:5cb504ce2793
Parent:
2:dcc14e81f8be
Child:
4:9ac674d05370
--- a/GPS.h	Sat Oct 13 04:27:18 2012 +0000
+++ b/GPS.h	Sun Oct 21 09:28:41 2012 +0000
@@ -41,6 +41,9 @@
     int fixtype;        // 0 = no fix;  1 = fix;  2=differential fix
     int satellites;     // number of satellites used
     float altitude;     //
+    string fix; 
+    string cardinal;
+    float kph;
 
 private: