aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611.h
Commit message (Collapse)AuthorAgeFilesLines
* fix code style if trivial one line differenceDaniel Agar2015-03-191-1/+1
|
* ms5611: allow for all 4 bus combinations in ms5611 driverAndrew Tridgell2015-02-011-3/+3
| | | | | | this uses the same table driven approach as the hmc5883 driver, and allows for a ms5611 baro on any of the 4 bus combinations. A simple "ms5611 start" will start all baros that are found.
* MS5611: Comment-only fixLorenz Meier2015-01-171-6/+6
|
* ms5611: added -X option for external SPI busAndrew Tridgell2014-07-081-1/+1
|
* Don't build interface drivers we don't have configs for. Make the interface ↵px4dev2013-07-141-6/+5
| | | | | | drivers build. Change the way we handle the prom buffer so that we can init the interface before constructing the driver.
* Refactor MS5611 driver to use interface nubs for the I2C and SPI versions of ↵px4dev2013-07-141-0/+86
the chip. This reduces the amount of duplicated code.