25 Commits (c56c4ae24083a9871b2c724069018471cc0308b8)

Author SHA1 Message Date
Andrew Tridgell e331634bc5 AP_Baro: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Andrew Tridgell e5846bd965 AP_Baro: removed _sync_access check 13 years ago
uncrustify b0003c020f uncrustify libraries/AP_Baro/AP_Baro_MS5611.cpp 13 years ago
Andrew Tridgell f501503eb0 AP_Baro: improved barometer averaging 13 years ago
Andrew Tridgell 209136386b AP_Baro: added get_pressure_samples() interface 13 years ago
Andrew Tridgell 057eb5e6f6 Baro: average over all pressure/temperature samples on MS5611 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago
Andrew Tridgell 88b2139d91 Baro: added suspend/resume on init 13 years ago
justinbeech 62b104cbfa Found free extra 256 bytes of RAM eliminate _clz use from libgcc 13 years ago
Jason Short 026e4a6567 change constant to float 44330.0 13 years ago
Andrew Tridgell 804332c340 AP_Baro: fixed some signed/unsigned warnings 13 years ago
justinbeech 69f1613f2c Uncommented cold temp compensation after testing. Fixed read throttle so read rate ends up nailing 100hz, not 90hz. minor commenting improvements. 13 years ago
Andrew Tridgell 7ba744a11a I2C: convert barometer library to new I2C library 13 years ago
Andrew Tridgell e7720254dd AP_Baro: update MS5611 driver for new ap_proceduce prototype 13 years ago
Andrew Tridgell bb0f179495 AP_Baro: fixed temperature on MS5611 13 years ago
Pat Hickey f4aaa56b16 AP_Baro_MS5611: Asynchronous operation, plus c++ style changes. 13 years ago
Pat Hickey d026e48032 AP_Baro : Add init( AP_PeriodicProcess * ) method to interface & implementations 13 years ago
Pat Hickey f3ad7f3af8 Wire and SPI Init: move to sketch system.pde from libraries 13 years ago
Pat Hickey f52453beed AP_Baro_MS5611: init must also perform SPI.begin 13 years ago
Pat Hickey 64eb1889ab AP_Baro_MS5611: CS pin is arduino pin 40 13 years ago
Pat Hickey 1832ed0355 AP_Baro_MS5611: Implement AP_Baro interface 13 years ago
Pat Hickey fdffd69257 AP_Baro_MS5611: renamed class implementation from APM_MS5611 13 years ago
Pat Hickey c407b0d85e AP_Baro_MS5611.h: reorganized 13 years ago
Pat Hickey 34cebd8a3e AP_Baro_MS5611: Overwrote with Jose Julio's latest files. 13 years ago
Pat Hickey 9250053bfe Added AP_Baro and AP_Baro_MS5611 classes. 13 years ago