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
Fork of MODGPS by
Diff: ChangeLog.c
- Revision:
- 6:64771e31464e
- Parent:
- 5:7f130f85d5a4
--- a/ChangeLog.c Wed Apr 20 09:15:07 2011 +0000 +++ b/ChangeLog.c Thu Apr 21 14:06:17 2011 +0000 @@ -82,5 +82,11 @@ * Added the new feature that allows the library to set the Mbed RTC to the GPS/UTC time. This ensures the RTC is kept up to date with the latest GPS aquired time (syncs once each minute). - + +1.16 - 21/04/2011 + + * Added the ability for an application to request a copy of a NMEA sentence + before it gets processed (mangled). + See setRmc(), setGga(), setVtg() and setUkn(). + */