Fixed compiler errors/warnings (declaration of _uidx, scope of index variables i)

Dependents:   GPSDevice LogData_UM6-to-SDcard UM6withGPS mbed-cansat-test-GPS ... more

Fork of MODGPS by Andy K

info.h

Committer:
mprinke
Date:
2013-02-17
Revision:
7:34a9030f27a4
Parent:
3:28a1b60b0f37

File content as of revision 7:34a9030f27a4:

/*

Typical NMEA sentences from my GPS module.

$GPGGA,075851.891,5611.5305,N,00302.0369,W,0,00,4.8,44.0,M,52.0,M,,0000*77
$GPGSA,A,1,,,,,,,,,,,,,4.8,4.8,0.7*37
$GPGSV,3,1,12,20,82,116,,01,79,246,,32,54,077,,17,48,254,*70
$GPGSV,3,2,12,23,46,168,,24,40,128,,04,25,295,,11,24,143,*73
$GPGSV,3,3,12,31,22,065,,13,15,190,,12,11,343,,25,00,019,*7D
$GPRMC,075851.891,V,5611.5305,N,00302.0369,W,002.2,252.9,160411,,,N*68
$GPVTG,252.9,T,,M,002.2,N,004.1,K,N*0B

*/