All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Struct holding all parameters needed for device initialization. More...

Detailed Description

Struct holding all parameters needed for device initialization.

Definition at line 106 of file lpsxxx.h.

#include <lpsxxx.h>

Data Fields

i2c_t i2c
 I2C bus the sensor is connected to.
 
uint8_t addr
 the devices address on the bus
 
lpsxxx_rate_t rate
 tell sensor to sample with this rate
 

Field Documentation

◆ addr

uint8_t lpsxxx_params_t::addr

the devices address on the bus

Definition at line 108 of file lpsxxx.h.

◆ i2c

i2c_t lpsxxx_params_t::i2c

I2C bus the sensor is connected to.

Definition at line 107 of file lpsxxx.h.

◆ rate

lpsxxx_rate_t lpsxxx_params_t::rate

tell sensor to sample with this rate

Definition at line 109 of file lpsxxx.h.


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