dRonin
adbada4
dRonin firmware
|
MS5611 functions header. More...
Go to the source code of this file.
Data Structures | |
struct | pios_ms5611_cfg |
Configuration structure for the MS5611 driver. More... | |
Enumerations | |
enum | pios_ms5611_osr { MS5611_OSR_256 = 0, MS5611_OSR_512 = 2, MS5611_OSR_1024 = 4, MS5611_OSR_2048 = 6, MS5611_OSR_4096 = 8 } |
The valid oversampling rates. More... | |
Functions | |
int32_t | PIOS_MS5611_Init (const struct pios_ms5611_cfg *cfg, pios_i2c_t i2c_device) |
int32_t | PIOS_MS5611_SPI_Init (pios_spi_t spi_id, uint32_t slave_num, const struct pios_ms5611_cfg *cfg) |
MS5611 functions header.
Definition in file pios_ms5611_priv.h.