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

Files at this revision

API Documentation at this revision

Comitter:
tylerjw
Date:
Fri Nov 23 19:57:17 2012 +0000
Parent:
0:3611af72bfd7
Child:
2:682663c5b1ee
Commit message:
gps library for micro track gps (nmea); location correct; distance and heading incorrect

Changed in this revision

GPS.h Show annotated file Show diff for this revision Revisions of this file
--- 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