Loading...
Searching...
No Matches
sht3x_params_t Struct Reference

SHT3x device initialization parameters. More...

Detailed Description

SHT3x device initialization parameters.

Definition at line 83 of file sht3x.h.

#include <sht3x.h>

Data Fields

i2c_t i2c_dev
 I2C device

 
uint8_t i2c_addr
 I2C address

 
sht3x_mode_t mode
 measurement mode used

 
sht3x_repeat_t repeat
 repeatability level used
 

Field Documentation

◆ i2c_addr

uint8_t sht3x_params_t::i2c_addr

I2C address

Definition at line 85 of file sht3x.h.

◆ i2c_dev

i2c_t sht3x_params_t::i2c_dev

I2C device

Definition at line 84 of file sht3x.h.

◆ mode

sht3x_mode_t sht3x_params_t::mode

measurement mode used

Definition at line 86 of file sht3x.h.

◆ repeat

sht3x_repeat_t sht3x_params_t::repeat

repeatability level used

Definition at line 87 of file sht3x.h.


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