Loading...
Searching...
No Matches

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 89 of file sht2x.h.

#include <sht2x.h>

Data Fields

i2c_t i2c_dev
 I2C device

 
uint8_t i2c_addr
 I2C address

 
sht2x_res_t resolution
 resolution bits RH/temp

 
sht2x_measure_mode_t measure_mode
 measurement mode used

 
bool is_crc_enabled
 do CRC or not

 

Field Documentation

◆ i2c_addr

uint8_t sht2x_params_t::i2c_addr

I2C address

Definition at line 91 of file sht2x.h.

◆ i2c_dev

i2c_t sht2x_params_t::i2c_dev

I2C device

Definition at line 90 of file sht2x.h.

◆ is_crc_enabled

bool sht2x_params_t::is_crc_enabled

do CRC or not

Definition at line 94 of file sht2x.h.

◆ measure_mode

sht2x_measure_mode_t sht2x_params_t::measure_mode

measurement mode used

Definition at line 93 of file sht2x.h.

◆ resolution

sht2x_res_t sht2x_params_t::resolution

resolution bits RH/temp

Definition at line 92 of file sht2x.h.


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