Allows for a GPS module to be connected to a serial port and exposes an easy to use API to get the GPS data. New feature, added Mbed/LPC17xx RTC synchronisation

Dependents:   SatGPS AntiTheftGPS FLIGHT_CONTROL_AND_COMMUNICATIONS_SYSTEM GPS-Lora ... more

Files at this revision

API Documentation at this revision

Comitter:
AjK
Date:
Sat Apr 16 09:41:43 2011 +0000
Parent:
3:28a1b60b0f37
Child:
5:7f130f85d5a4
Commit message:
1.14 See ChangeLog.c

Changed in this revision

ChangeLog.c Show annotated file Show diff for this revision Revisions of this file
GPS_VTG.h Show annotated file Show diff for this revision Revisions of this file
--- a/ChangeLog.c	Sat Apr 16 09:37:33 2011 +0000
+++ b/ChangeLog.c	Sat Apr 16 09:41:43 2011 +0000
@@ -70,5 +70,10 @@
     * Found that concat commas in NMEA sentences (indicating an empty field)
       caused strtok() to return pointers in incorrect positions. 
     * Found copying geodetic and vtg data structs to temp buffers actually
-      didn't work properly.                              
+      didn't work properly.  
+      
+1.14 - 16/04/2011
+
+    * Doh, left in some debugging code which causes compile fail outside 
+      of the test harness.                
 */
--- a/GPS_VTG.h	Sat Apr 16 09:37:33 2011 +0000
+++ b/GPS_VTG.h	Sat Apr 16 09:41:43 2011 +0000
@@ -24,7 +24,6 @@
 #define GPS_VTG_H
 
 #include "mbed.h"
-#include "iomacros.h"
 
 /** GPS_Time definition.
  */