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

Device descriptor for the Si1133 sensor. More...

Detailed Description

Device descriptor for the Si1133 sensor.

Definition at line 119 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
 
uint8_t cmd_counter
 Si1133 command counter.
 
uint8_t num_channels
 Number of configured channels.
 
si1133_channel_t channel [6]
 Channel configuration.
 

Field Documentation

◆ address

uint8_t si1133_t::address

sensor address

Definition at line 122 of file si1133.h.

◆ channel

si1133_channel_t si1133_t::channel[6]

Channel configuration.

Definition at line 126 of file si1133.h.

◆ cmd_counter

uint8_t si1133_t::cmd_counter

Si1133 command counter.

Definition at line 124 of file si1133.h.

◆ i2c_dev

i2c_t si1133_t::i2c_dev

I2C bus the sensor is connected to.

Definition at line 121 of file si1133.h.

◆ num_channels

uint8_t si1133_t::num_channels

Number of configured channels.

Definition at line 125 of file si1133.h.


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