ardupilot/libraries/AP_Baro
Andrew Tridgell 817e7442bd baro: fixed an integer overflow issue at high altitudes
the averaging array was using 16 bit numbers, but we are storing
numbers with 19 significant bits. That caused overflow at high
altitude, and some very interesting altitude graphs!

Thanks to Michael Oborne for spotting this in a log
2012-01-14 19:51:35 +11:00
..
examples Baro: fixed MS5611 example sketch 2011-12-28 21:49:29 +11:00
AP_Baro.h I2C: convert barometer library to new I2C library 2011-12-28 20:41:53 +11:00
AP_Baro_BMP085.cpp baro: fixed an integer overflow issue at high altitudes 2012-01-14 19:51:35 +11:00
AP_Baro_BMP085.h baro: fixed an integer overflow issue at high altitudes 2012-01-14 19:51:35 +11:00
AP_Baro_BMP085_hil.cpp I2C: convert barometer library to new I2C library 2011-12-28 20:41:53 +11: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 I2C: convert barometer library to new I2C library 2011-12-28 20:41:53 +11:00
AP_Baro_MS5611.h I2C: convert barometer library to new I2C library 2011-12-28 20:41:53 +11:00