Sht4x Class

Definition

Humidity and Temperature Sensor SHT4x

[System.Device.Model.Interface("Humidity and Temperature Sensor SHT4x")]
public sealed class Sht4x : IDisposable
[<System.Device.Model.Interface("Humidity and Temperature Sensor SHT4x")>]
type Sht4x = class
    interface IDisposable
Public NotInheritable Class Sht4x
Implements IDisposable
Inheritance
Sht4x
Attributes
Implements

Constructors

Sht4x(I2cDevice)

Instantiates a new Sht4x.

Fields

DefaultI2cAddress

The default I²C address of this device.

Properties

RelativeHumidity

The most recent relative humidity measurement.

Repeatability

The level of repeatability to use when measuring relative humidity.

Temperature

The most recent temperature measurement.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ReadHumidityAndTemperature(Sht4xRepeatability)

Reads relative humidity and temperature.

ReadHumidityAndTemperatureAsync(Sht4xRepeatability)

Reads relative humidity and temperature.

ReadSerialNumber()

Reads the serial number of the device

Reset()

Resets the device.

Applies to