Pass accel calibration over telemetry stream. Telemetry data format change.
authorKeith Packard <keithp@keithp.com>
Tue, 3 Nov 2009 08:40:38 +0000 (00:40 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Nov 2009 08:40:38 +0000 (00:40 -0800)
commit1de322b960005c9a16051afa1881fadb00f4bcd6
tree7b60481ac08b3f4e0362efdecab5fcefe299cad2
parentb529e5e8998702986909111a457f3ce9932e1ccf
Pass accel calibration over telemetry stream. Telemetry data format change.

This allows the ground station to convert the accelerometer sensor
values into acceleration and speed data. This requires a new telemetry
data structure, and so TeleMetrum and TeleDongle units must be updated
synchronously. ao-view will parse either telemetry stream, and the
serial format from TeleDongle now has a version number to allow for
future changes.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-view/aoview.h
ao-tools/ao-view/aoview_monitor.c
ao-tools/ao-view/aoview_state.c
src/ao.h
src/ao_monitor.c
src/ao_telemetry.c