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