Loading...
Searching...
No Matches

SHT10/11/15 temperature humidity sensor. More...

Detailed Description

SHT10/11/15 temperature humidity sensor.

Definition at line 63 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.
 
int16_t temp_off
 Offset to add to the measured temperature.
 
int16_t hum_off
 Offset to add to the measured humidity.
 
uint8_t conf
 Status byte (containing configuration) of the SHT1X.
 
uint8_t vdd
 Supply voltage of the SHT1X (as sht1x_vdd_t)
 

Field Documentation

◆ clk

gpio_t sht1x_dev_t::clk

GPIO connected to the clock pin of the SHT1X.

Definition at line 64 of file sht1x.h.

◆ conf

uint8_t sht1x_dev_t::conf

Status byte (containing configuration) of the SHT1X.

Definition at line 68 of file sht1x.h.

◆ data

gpio_t sht1x_dev_t::data

GPIO connected to the data pin of the SHT1X.

Definition at line 65 of file sht1x.h.

◆ hum_off

int16_t sht1x_dev_t::hum_off

Offset to add to the measured humidity.

Definition at line 67 of file sht1x.h.

◆ temp_off

int16_t sht1x_dev_t::temp_off

Offset to add to the measured temperature.

Definition at line 66 of file sht1x.h.

◆ vdd

uint8_t sht1x_dev_t::vdd

Supply voltage of the SHT1X (as sht1x_vdd_t)

Definition at line 69 of file sht1x.h.


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