nmea gps library - without any serial

Dependents:   HARP2 HARP3 20180621_FT813

Fork of GPS_parser by Tyler Weaver

NMEA GPS Serial Output parser.

Routine taken from NMEA Software Standard (NMEA 0183) http://www.winsystems.com/software/nmea.pdf

Only handles GGA and RMC Messages

Revision:
1:39d75e44b214
Parent:
0:3611af72bfd7
Child:
3:465354a08ff8
--- a/GPS.h	Tue Jul 17 23:30:06 2012 +0000
+++ b/GPS.h	Fri Nov 23 19:57:17 2012 +0000
@@ -1,5 +1,4 @@
 #include "mbed.h"
-#include "openLog.h"
 
 #ifndef MBED_GPS_H
 #define MBED_GPS_H