ardupilot/libraries/AP_Baro
Gustavo Jose de Sousa bcd5dff774 AP_Baro: MS56XX: do not change change state on error
If we have an error in the SPI or I2C transaction we should not change
the state. Otherwise we might read a temperature when the sensor is
reporting pressure and vice-versa.
2015-09-01 20:26:06 +10:00
..
examples/BARO_generic AP_Baro: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Baro.cpp AP_Baro - fix BARO_ALT_OFFSET param 2015-08-26 13:16:05 +10:00
AP_Baro.h AP_Baro - fix BARO_ALT_OFFSET param 2015-08-26 13:16:05 +10:00
AP_Baro_BMP085.cpp AP_Baro: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Baro_BMP085.h AP_Baro: BMP085 driver done, but untested 2015-01-09 11:50:54 +11:00
AP_Baro_Backend.cpp AP_Baro: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Baro_Backend.h AP_Baro: split into frontend/backend 2015-01-09 11:50:54 +11:00
AP_Baro_HIL.cpp AP_Baro: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Baro_HIL.h AP_Baro: split into frontend/backend 2015-01-09 11:50:54 +11:00
AP_Baro_MS5611.cpp AP_Baro: MS56XX: do not change change state on error 2015-09-01 20:26:06 +10:00
AP_Baro_MS5611.h AP_Baro: make AP_SerialBus::write() return success or failure for MS56XX 2015-09-01 20:26:05 +10:00
AP_Baro_PX4.cpp AP_Baro: standardize inclusion of libaries headers 2015-08-11 16:28:42 +10:00
AP_Baro_PX4.h AP_Baro: split into frontend/backend 2015-01-09 11:50:54 +11:00