Interface IWindVane
Represents a wind vane sensor that measures the azimuth of the wind.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IWindVane : ISamplingSensor<Azimuth>, ISensor<Azimuth>, ISensor, ISamplingSensor
Properties
WindAzimuth
Gets the last recorded azimuth of the wind.
View Source
Declaration
Azimuth? WindAzimuth { get; }