ardupilot/libraries/AP_Baro
Andrew Tridgell 88b2139d91 Baro: added suspend/resume on init 2012-05-01 12:06:54 +10:00
..
examples AP_Baro - added average filter for temperature to replace broken filter 2012-03-18 01:06:02 +09:00
AP_Baro.h I2C: convert barometer library to new I2C library 2011-12-28 20:41:53 +11:00
AP_Baro_BMP085.cpp AP_Baro - removed unnecessary 2 element average filtering of pressure (there is a 4 or 5 element average filter in arducopter code itself, two places is messy) 2012-03-18 15:18:05 +09:00
AP_Baro_BMP085.h AP_Baro - change data type size of temperature's average filter to int32_t (was int16_t) 2012-03-24 23:21:11 +09:00
AP_Baro_BMP085_hil.cpp Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h". 2012-01-28 12:25:47 +09:00
AP_Baro_BMP085_hil.h baro: fixed an integer overflow issue at high altitudes 2012-01-14 19:51:35 +11:00
AP_Baro_MS5611.cpp Baro: added suspend/resume on init 2012-05-01 12:06:54 +10:00
AP_Baro_MS5611.h AP_Baro: fixed some signed/unsigned warnings 2012-02-13 21:39:18 +11:00