You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rmackay9 2d65ec2874 AP_Baro - change data type size of temperature's average filter to int32_t (was int16_t) 13 years ago
..
examples AP_Baro - added average filter for temperature to replace broken filter 13 years ago
AP_Baro.h I2C: convert barometer library to new I2C library 13 years ago
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) 13 years ago
AP_Baro_BMP085.h AP_Baro - change data type size of temperature's average filter to int32_t (was int16_t) 13 years ago
AP_Baro_BMP085_hil.cpp Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h". 13 years ago
AP_Baro_BMP085_hil.h baro: fixed an integer overflow issue at high altitudes 13 years ago
AP_Baro_MS5611.cpp Found free extra 256 bytes of RAM eliminate _clz use from libgcc 13 years ago
AP_Baro_MS5611.h AP_Baro: fixed some signed/unsigned warnings 13 years ago