Adafruit Ultimate GPS Arduino library adapted for mBed use. Original found at https://github.com/adafruit/Adafruit-GPS-Library.

Revision:
1:bc7072d4dfd8
Parent:
0:a23e3099bb0a
--- a/MBed_Adafruit_GPS.h	Sat Mar 22 05:00:47 2014 +0000
+++ b/MBed_Adafruit_GPS.h	Thu Sep 12 15:42:39 2019 +0000
@@ -91,6 +91,7 @@
 
   bool wakeup(void);
   bool standby(void);
+  bool hasFix(void);
 
   uint8_t hour, minute, seconds, year, month, day;
   uint16_t milliseconds;