Interface IAnemometer
Represents an anemometer sensor that measures the speed of the wind.
Assembly: Meadow.Contracts.dll
View Source
public interface IAnemometer : ISamplingSensor<Speed>, ISensor<Speed>, ISensor, ISamplingSensor
Properties
WindSpeed
Gets the last recorded wind speed.
View Source
Speed? WindSpeed { get; }