A basic library for the Adafruit Ultimate GPS module. (MTK3339) http://www.adafruit.com/products/746
Fork of GPS by
Diff: GPS.h
- Revision:
- 6:bcbfe060c93e
- Parent:
- 4:9ac674d05370
--- a/GPS.h Sun Jan 19 08:47:38 2014 +0000 +++ b/GPS.h Tue Mar 15 16:58:07 2016 +0000 @@ -28,6 +28,7 @@ GPS(PinName tx, PinName rx); void Init(); int parseData(); + int structJSON(char * content); float time; // UTC time int hours; int minutes;