Interface IPollingSensor
Abstraction for a sensor that polls its value
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IPollingSensor : ISamplingSensor
Properties
SensorMonitor
Gets or sets the monitor responsible for reading the sensor
View Source
Declaration
ISensorMonitor? SensorMonitor { get; set; }