Interface IHumiditySensor
Humidity sensor interface requirements.
Assembly: Meadow.Contracts.dll
View Source
public interface IHumiditySensor : ISamplingSensor<RelativeHumidity>, ISensor<RelativeHumidity>, ISensor, ISamplingSensor
Properties
Humidity
Last value read from the humidity sensor.
View Source
RelativeHumidity? Humidity { get; }