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