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