Parse GPS data locally. Add 'g' command to display recent GPS results.
authorKeith Packard <keithp@keithp.com>
Sun, 19 Apr 2009 06:17:45 +0000 (23:17 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 19 Apr 2009 06:17:45 +0000 (23:17 -0700)
commitc4e983daa4579896b227fdcb2be43fad75e94307
tree7300291e5bb7cdbfe4d7eac2d2c429ee4b2cb144
parented6f67dc47d750d5ff8bea63ae7cbb560689b9b6
Parse GPS data locally. Add 'g' command to display recent GPS results.

This parses the GPS GGA message and stores it in a global variable,
protected by a mutex.
ao.h
ao_cmd.c
ao_gps.c