altos/test: auto-configure acceleration parameters from the log file
authorKeith Packard <keithp@keithp.com>
Fri, 18 Feb 2011 18:02:46 +0000 (10:02 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Feb 2011 18:04:40 +0000 (10:04 -0800)
commit8b09cc1825645a57c256f38a2f9586ddecf6bda5
treed317065652fd26e8fb895d566cd67a178e6ee8e0
parentd3bc27fabb6159ce58b14d0f7929b0f46f67c378
altos/test: auto-configure acceleration parameters from the log file

The flight test code had static accelerometer configuration values,
making it impossible to use data from different boards without
recompiling. As the eeprom and telem log files both contain the
necessary data, parse that instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_flight_test.c