Library is based on mlee350's library (MBed_Adafruit-GPS-Library) for Adafruit's GPS module (GlobalTop's MTK3339). Includes two CRITIAL bug fixes, as well as minor updates from Adafruit's Arduino library.

Fork of MBed_Adafruit-GPS-Library by Myron Lee

Revision:
2:d8e1e37eea36
Parent:
1:96d7d157b384
--- a/MBed_Adafruit_GPS.h	Sat Jan 13 13:06:46 2018 +0000
+++ b/MBed_Adafruit_GPS.h	Sat Jan 13 14:03:41 2018 +0000
@@ -116,7 +116,7 @@
   bool fix;
   uint8_t fixquality, satellites;
 
-  bool waitForSentence(const char *wait, uint8_t max = MAXWAITSENTENCE);
+  bool waitForSentence(const char *sentence, uint8_t max = MAXWAITSENTENCE);
   bool LOCUS_StartLogger(void);
   bool LOCUS_ReadStatus(void);