Loading...
Searching...
No Matches

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 104 of file si1133.h.

#include <si1133.h>

Data Fields

i2c_t i2c_dev
 I2C bus the sensor is connected to.
 
uint8_t address
 sensor address.
 

Field Documentation

◆ address

uint8_t si1133_params_t::address

sensor address.

Note: it is possible to change the a sensor's I2C address after it has been initialized to have multiple sensor on the same bus, but this is not supported by this driver. However, two different addresses can be selected by hardware.

Definition at line 113 of file si1133.h.

◆ i2c_dev

i2c_t si1133_params_t::i2c_dev

I2C bus the sensor is connected to.

Definition at line 105 of file si1133.h.


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