altos: Split out tiny telemetry from full telemetry
authorKeith Packard <keithp@keithp.com>
Sun, 20 Mar 2011 06:46:18 +0000 (23:46 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 20 Mar 2011 06:46:18 +0000 (23:46 -0700)
commit8950df02382f5f0aea5bac078fdf7134b98c43ed
treee7b9f7b9f5153ef977b8c69e8dfe0b4a1ccc5fe1
parent5ba75e95c98d3e441a58d6f75d328d579e1997fe
altos: Split out tiny telemetry from full telemetry

The TeleMini and TeleNano boards do not have either GPS or
accelermeters, and they also run the kalman filter which produces
standard unit measurements for the flight height/speed/accel
values. This makes the telemetry significantly
different. ao_telemetry_tiny.c sends the required data.

Note that TeleNano sends the same telemetry as telemini at this point;
there are a couple of values which are not useful, but the overhead of
sending them is small enough that the hassle of having three telemetry
formats seemed excessive.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile.proto
src/ao.h
src/ao_telemetry_tiny.c [new file with mode: 0644]