SHT10/11/15 temperature humidity sensor.  
 More...
SHT10/11/15 temperature humidity sensor. 
Definition at line 62 of file sht1x.h.
 
#include <sht1x.h>
 | 
| 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)  
  | 
|   | 
◆ clk
GPIO connected to the clock pin of the SHT1X. 
Definition at line 63 of file sht1x.h.
 
 
◆ conf
      
        
          | uint8_t sht1x_dev_t::conf | 
        
      
 
Status byte (containing configuration) of the SHT1X. 
Definition at line 67 of file sht1x.h.
 
 
◆ data
GPIO connected to the data pin of the SHT1X. 
Definition at line 64 of file sht1x.h.
 
 
◆ hum_off
      
        
          | int16_t sht1x_dev_t::hum_off | 
        
      
 
Offset to add to the measured humidity. 
Definition at line 66 of file sht1x.h.
 
 
◆ temp_off
      
        
          | int16_t sht1x_dev_t::temp_off | 
        
      
 
Offset to add to the measured temperature. 
Definition at line 65 of file sht1x.h.
 
 
◆ vdd
The documentation for this struct was generated from the following file: