adafruit_sht31

This is a CircuitPython driver for the SHT31-D temperature and humidity sensor.

class adafruit_sht31.SHT31(i2c_bus, address=<sphinx.ext.autodoc._MockObject object>)[source]

A driver for the SHT31-D temperature and humidity sensor.

heater

Control the sensor internal heater.

relative_humidity

The measured relative humidity in percent.

reset()[source]

Execute a Soft RESET of the sensor.

status

The Sensor status.

temperature

The measured relative humidity in percent.