Add configuration support
authorKeith Packard <keithp@keithp.com>
Sun, 26 Apr 2009 07:11:32 +0000 (00:11 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 26 Apr 2009 07:11:32 +0000 (00:11 -0700)
commit38a0b61b0a0b3c00f064c8d562950a17a6ddff4a
treeee099db3cfa30d5fe7a94523fe1e7a46f64d238d
parentc65f1a1acd2ca00758833cec5d3f8056d303d3e2
Add configuration support

Current config variables:
Main deploy altitude above launch (in meters)
Acceleration zero g calibration (manual or automatic)
Radio channel (freq = 435.550MHz + channel * 100kHz)
Callsign (max 8 characters)

Supporting this involved shuffling code around so that the
non-telemetrum builds could include only the stuff they needed.
18 files changed:
Makefile
ao.h
ao_adc_fake.c [new file with mode: 0644]
ao_cmd.c
ao_config.c [new file with mode: 0644]
ao_convert.c
ao_ee.c
ao_ee_fake.c [new file with mode: 0644]
ao_flight.c
ao_flight_test.c
ao_gps.c
ao_gps_report.c [new file with mode: 0644]
ao_radio.c
ao_teledongle.c
ao_telemetrum.c
ao_telemetry.c
ao_teleterra.c
ao_tidongle.c