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:
8:59acef1c795b
Parent:
7:01a8379370e4
--- a/GPS_parser.h	Thu Dec 13 04:57:10 2012 +0000
+++ b/GPS_parser.h	Thu Dec 13 05:52:43 2012 +0000
@@ -41,7 +41,6 @@
     float get_msl_altitude();
     float get_course_d();
     float get_speed_k();
-    float get_speed_km();
     int get_satellites();
     float get_altitude_ft();