![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
MS5611 barometer driver common interface (I2C and SPI). More...
Go to the source code of this file.
Data Structures | |
struct | Ms5611Data |
Functions | |
bool | ms5611_prom_crc_ok (uint16_t *prom) |
Check if CRC of PROM data is OK. | |
bool | ms5611_calc (struct Ms5611Data *ms) |
Calculate temperature and compensated pressure for MS5611. | |
bool | ms5607_calc (struct Ms5611Data *ms) |
Calculate temperature and compensated pressure for MS5607. | |
MS5611 barometer driver common interface (I2C and SPI).
Definition in file ms5611.h.
struct Ms5611Data |
|
extern |
Calculate temperature and compensated pressure for MS5607.
MS5607 basically has half the resolution of the MS5611.
Definition at line 124 of file ms5611.c.
Referenced by ms5611_i2c_event(), and ms5611_spi_event().
|
extern |
Calculate temperature and compensated pressure for MS5611.
Definition at line 81 of file ms5611.c.
Referenced by ms5611_i2c_event(), and ms5611_spi_event().
Check if CRC of PROM data is OK.
Definition at line 36 of file ms5611.c.
References foo.
Referenced by ms5611_i2c_event(), and ms5611_spi_event().