Loading...
Searching...
No Matches

Parameters required to set up the SHT10/11/15 device driver. More...

Detailed Description

Parameters required to set up the SHT10/11/15 device driver.

Definition at line 75 of file sht1x.h.

#include <sht1x.h>

Data Fields

gpio_t clk
 GPIO connected to the clock pin of the SHT1X.
 
gpio_t data
 GPIO connected to the data pin of the SHT1X.
 
sht1x_vdd_t vdd
 The supply voltage of the SHT1X.
 

Field Documentation

◆ clk

gpio_t sht1x_params_t::clk

GPIO connected to the clock pin of the SHT1X.

Definition at line 76 of file sht1x.h.

◆ data

gpio_t sht1x_params_t::data

GPIO connected to the data pin of the SHT1X.

Definition at line 77 of file sht1x.h.

◆ vdd

sht1x_vdd_t sht1x_params_t::vdd

The supply voltage of the SHT1X.

Definition at line 78 of file sht1x.h.


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