Interface IMoistureSensor
Represents a moisture sensor that measures the moisture level.
Assembly: Meadow.Contracts.dll
View Source
public interface IMoistureSensor : ISamplingSensor<double>, ISensor<double>, ISensor, ISamplingSensor
Properties
Moisture
Gets the last value read from the moisture sensor.
View Source
double? Moisture { get; }