A basic library for the Adafruit Ultimate GPS module. (MTK3339) http://www.adafruit.com/products/746
Fork of GPS by
Diff: GPS.h
- Revision:
- 2:dcc14e81f8be
- Parent:
- 1:0a034c2dbea6
- Child:
- 3:5cb504ce2793
--- a/GPS.h Tue Oct 09 18:47:58 2012 +0000 +++ b/GPS.h Sat Oct 13 04:27:18 2012 +0000 @@ -29,6 +29,9 @@ void Init(); int parseData(); float time; // UTC time + int hours; + int minutes; + float seconds; char validity,ns,ew;// RMC data status A = Data Valid; V = Data Not valid; float latitude; // float longitude; //