dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_ms5611_cfg Struct Reference

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...
 

Detailed Description

Configuration structure for the MS5611 driver.

Definition at line 43 of file pios_ms5611_priv.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: