aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ms5611/ms5611_i2c.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed MS5611 startup on V1 boardsLorenz Meier2013-08-041-0/+2
|
* Don't build interface drivers we don't have configs for. Make the interface ↵px4dev2013-07-141-17/+29
| | | | | | 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/+264
the chip. This reduces the amount of duplicated code.