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

Parameters needed for device initialization. More...

Detailed Description

Parameters needed for device initialization.

Definition at line 69 of file fxos8700.h.

#include <fxos8700.h>

Data Fields

i2c_t i2c
 I2C device that sensor is connected to.
 
uint8_t addr
 I2C address of this particular sensor.
 
uint8_t acc_range
 Accelerator full-scale range.
 
uint32_t renew_interval
 Interval for cache renewal.
 

Field Documentation

◆ acc_range

uint8_t fxos8700_params_t::acc_range

Accelerator full-scale range.

Definition at line 72 of file fxos8700.h.

◆ addr

uint8_t fxos8700_params_t::addr

I2C address of this particular sensor.

Definition at line 71 of file fxos8700.h.

◆ i2c

i2c_t fxos8700_params_t::i2c

I2C device that sensor is connected to.

Definition at line 70 of file fxos8700.h.

◆ renew_interval

uint32_t fxos8700_params_t::renew_interval

Interval for cache renewal.

Definition at line 73 of file fxos8700.h.


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