altos: Variable log rate in full logging code too
authorKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 06:15:36 +0000 (23:15 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 27 Mar 2011 06:15:36 +0000 (23:15 -0700)
With the fixed ADC rate used to get better data during flight, the
logging code now needs to vary the data storage rate so that descent
data is recorded at 10 samples/second while ascent data is recorded at
1 sample per second. Having the logging code do this itself eliminates
any interaction with the flight code.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found