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