aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.