dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_ms5611_priv.h File Reference

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)
 

Detailed Description

MS5611 functions header.

Author
Tau Labs, http://taulabs.org, Copyright (C) 2012-2013
See Also
The GNU Public License (GPL) Version 3

Definition in file pios_ms5611_priv.h.