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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers info.h Source File

info.h

00001 /*
00002 
00003 Typical NMEA sentences from my GPS module.
00004 
00005 $GPGGA,075851.891,5611.5305,N,00302.0369,W,0,00,4.8,44.0,M,52.0,M,,0000*77
00006 $GPGSA,A,1,,,,,,,,,,,,,4.8,4.8,0.7*37
00007 $GPGSV,3,1,12,20,82,116,,01,79,246,,32,54,077,,17,48,254,*70
00008 $GPGSV,3,2,12,23,46,168,,24,40,128,,04,25,295,,11,24,143,*73
00009 $GPGSV,3,3,12,31,22,065,,13,15,190,,12,11,343,,25,00,019,*7D
00010 $GPRMC,075851.891,V,5611.5305,N,00302.0369,W,002.2,252.9,160411,,,N*68
00011 $GPVTG,252.9,T,,M,002.2,N,004.1,K,N*0B
00012 
00013 */