nmea gps library - without any serial
Dependents: HARP2 HARP3 20180621_FT813
Fork of GPS_parser by
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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:a6e1707fdec0 | 2012-12-17 | tylerjw | publish |
9:9b2351e25a84 | 2012-12-17 | tylerjw | naming conventions and documentation update |
8:59acef1c795b | 2012-12-13 | tylerjw | parser return to show line parsed |
7:01a8379370e4 | 2012-12-13 | tylerjw | tokenizer replaces sscanf :) |
6:4ed12067a314 | 2012-12-12 | tylerjw | get_lock, get_date, get_time |
5:94daced1e61a | 2012-12-12 | tylerjw | bug fix |
4:6e2d98b5cb86 | 2012-12-12 | tylerjw | removed serial functions |
3:465354a08ff8 | 2012-12-07 | tylerjw | 0.2 |
2:682663c5b1ee | 2012-11-23 | tylerjw | fixed bug; Kentucky windage on heading calculation... fix |
1:39d75e44b214 | 2012-11-23 | tylerjw | gps library for micro track gps (nmea); location correct; distance and heading incorrect |
0:3611af72bfd7 | 2012-07-17 | tylerjw | [mbed] converted /GPS_DataLogger/GPS |