Suga koubou / SHT1x

Description: mbed library to use a SENSIRION SHT1x/SHT7x sensor humidity and temperature

Embed: (wiki syntax)

« Back to documentation index

SHT1x.h File Reference

SHT1x.h File Reference

mbed library to use a SENSIRION SHT1x/SHT7x sensor humidity/temperature sensor SHT11, SHT15, SHT71, SHT75 (SENSIRION) interface: I2C digital More...

Go to the source code of this file.

Data Structures

class  SHT1x
 SHT1x class. More...

Enumerations

enum  SHT_acc { SHT_low = 0, SHT_high = 1 }
 

resolution setting

More...

Detailed Description

mbed library to use a SENSIRION SHT1x/SHT7x sensor humidity/temperature sensor SHT11, SHT15, SHT71, SHT75 (SENSIRION) interface: I2C digital

Definition in file SHT1x.h.


Enumeration Type Documentation

enum SHT_acc

resolution setting

Enumerator:
SHT_low 

RH 8bit, temp 12bit.

SHT_high 

RH 10bit, temp 14bit.

Definition at line 21 of file SHT1x.h.