Allows for a GPS module to be connected to a serial port and exposes an easy to use API to get the GPS data.
Fork of MODGPS by
Diff: ChangeLog.c
- Revision:
- 3:28a1b60b0f37
- Parent:
- 2:8aa059e7d8b1
- Child:
- 4:1e3a53f150aa
--- a/ChangeLog.c Fri Apr 15 12:23:52 2011 +0000 +++ b/ChangeLog.c Sat Apr 16 09:37:33 2011 +0000 @@ -64,5 +64,11 @@ * Added VTG sentence (vectors speed and direction) See example3.cpp - + +1.13 - 16/04/2011 + + * 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. */