Add gps, debug dongle support and pressure alt tables
authorKeith Packard <keithp@keithp.com>
Sat, 18 Apr 2009 06:38:14 +0000 (23:38 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 18 Apr 2009 06:38:14 +0000 (23:38 -0700)
commit022f83ca6fd589005d8eb3e25e633950fef69fa7
tree4a081c02188cadbc93de00c96cd2f6a8f2b59d53
parent5e2393eb6b1a6d7b180bd63d5165ee7b7ff5f9e0
Add gps, debug dongle support and pressure alt tables

GPS also pulled in serial support. The altitude tables take raw 11-bit
pressure sample numbers and convert them to standard pressure altitude
values.

Signed-off-by: Keith Packard <keithp@keithp.com>
16 files changed:
Makefile
altitude.h [new file with mode: 0644]
ao.h
ao_cmd.c
ao_convert.c [new file with mode: 0644]
ao_dbg.c [new file with mode: 0644]
ao_flight.c
ao_gps.c [new file with mode: 0644]
ao_log.c
ao_main.c
ao_serial.c [new file with mode: 0644]
ao_task.c
ao_timer.c
ao_usb.c
gps-cksum [new file with mode: 0755]
make-altitude [new file with mode: 0644]