altos: Add 'g' command to ublox GPS code.
authorKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 16:12:29 +0000 (09:12 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 16 May 2013 05:11:21 +0000 (22:11 -0700)
commit5e9193f6375be27e5f7a0321fd34b6acfe81247f
treea7222f619868ec65d99bfd1046bb07b368849e37
parentcdad289a0803babecd30cbc0a95be99c5caadeb5
altos: Add 'g' command to ublox GPS code.

Take the gps_dump function from ao_gps_skytraq.c and move it to a new
file so it can be shared with the u-blox driver. That affects every
skytraq and u-blox user as they need to include the new file.

Signed-off-by: Keith Packard <keithp@keithp.com>
15 files changed:
src/core/ao.h
src/core/ao_gps_show.c [new file with mode: 0644]
src/drivers/ao_gps_skytraq.c
src/drivers/ao_gps_ublox.c
src/telegps-v0.1/Makefile
src/telemega-v0.1/Makefile
src/telemega-v0.3/Makefile
src/telemetrum-v0.1-sky/Makefile
src/telemetrum-v1.0/Makefile
src/telemetrum-v1.1/Makefile
src/telemetrum-v1.2/Makefile
src/teleterra-v0.2/Makefile
src/test/Makefile
src/test/ao_gps_test_skytraq.c
src/test/ao_gps_test_ublox.c