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

Revision:
5:7f130f85d5a4
Parent:
2:8aa059e7d8b1
--- a/GPS_Time.h	Sat Apr 16 09:41:43 2011 +0000
+++ b/GPS_Time.h	Wed Apr 20 09:15:07 2011 +0000
@@ -78,6 +78,7 @@
     double siderealDegrees(GPS_Time *t, double longitude);
     double siderealHA(double jd, double longitude);
     double siderealHA(GPS_Time *t, double longitude);
+    time_t to_C_tm(bool set = false);
 };
 
 #endif