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