PX4 Firmware
PX4 Autopilot Software http://px4.io
ms5611.cpp File Reference

Driver for the MS5611 and MS5607 barometric pressure sensor connected via I2C or SPI. More...

#include "MS5611.hpp"
#include "ms5611.h"
#include <cdev/CDev.hpp>
Include dependency graph for ms5611.cpp:

Go to the source code of this file.

Namespaces

 ms5611
 Local functions in support of the shell command.
 

Functions

bool ms5611::crc4 (uint16_t *n_prom)
 MS5611 crc4 cribbed from the datasheet. More...
 

Detailed Description

Driver for the MS5611 and MS5607 barometric pressure sensor connected via I2C or SPI.

Definition in file ms5611.cpp.