Interface IDissolvedOxygenSaturationSensor
Dissolved xxygen saturation interface requirements
Assembly: Meadow.Contracts.dll
View Source
public interface IDissolvedOxygenSaturationSensor : ISamplingSensor<double>, ISensor<double>, ISensor, ISamplingSensor
Properties
Saturation
Last value read from the dissolved oxygen saturation sensor
View Source
double? Saturation { get; }