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