ardupilot/libraries/AP_Baro
Andrew Tridgell 7a77832f45 Baro: average over all pressure/temperature samples on MS5611
this allows us to use the MS5611 barometer at its full 100Hz sample
rate (80Hz for pressure, 20Hz for temperature). The pressure and
temperature values are averaged between reads without adding any
latency. Previously the driver would throw away values between
readings

This also fixes a race condition in reading from the SPI bus that
could lead to bad values from the barometer
2012-07-02 13:44:53 +10:00
..
examples Baro: average over all pressure/temperature samples on MS5611 2012-07-02 13:44:53 +10:00
AP_Baro.cpp Barometer: fixed airstart for APM 2012-06-27 16:01:50 +10:00
AP_Baro.h Barometer: fixed airstart for APM 2012-06-27 16:01:50 +10:00
AP_Baro_BMP085.cpp Baro: added get_altitude() and get_climb_rate() interfaces 2012-06-27 16:01:50 +10:00
AP_Baro_BMP085.h Baro: added get_altitude() and get_climb_rate() interfaces 2012-06-27 16:01:50 +10:00
AP_Baro_BMP085_hil.cpp Baro: added get_altitude() and get_climb_rate() interfaces 2012-06-27 16:01:50 +10:00
AP_Baro_BMP085_hil.h Baro: added get_altitude() and get_climb_rate() interfaces 2012-06-27 16:01:50 +10:00
AP_Baro_MS5611.cpp Baro: average over all pressure/temperature samples on MS5611 2012-07-02 13:44:53 +10:00
AP_Baro_MS5611.h Baro: average over all pressure/temperature samples on MS5611 2012-07-02 13:44:53 +10:00