dRonin
adbada4
dRonin firmware
|
Configuration structure for the MS5611 driver. More...
#include <pios_ms5611_priv.h>
Data Fields | |
enum pios_ms5611_osr | oversampling |
uint32_t | temperature_interleaving |
How many samples of pressure for each temperature measurement. More... | |
uint8_t | use_0x76_address |
I2C address can either be 0x76 or 0x77. More... | |
Configuration structure for the MS5611 driver.
Definition at line 43 of file pios_ms5611_priv.h.
enum pios_ms5611_osr pios_ms5611_cfg::oversampling |
The oversampling setting for the baro, higher produces less frequenct cleaner data
Definition at line 46 of file pios_ms5611_priv.h.
uint32_t pios_ms5611_cfg::temperature_interleaving |
How many samples of pressure for each temperature measurement.
Definition at line 49 of file pios_ms5611_priv.h.
uint8_t pios_ms5611_cfg::use_0x76_address |
I2C address can either be 0x76 or 0x77.
Definition at line 52 of file pios_ms5611_priv.h.