Interface IRheostat
Represents an adjustable resistor (rheostat).
Assembly: Meadow.Contracts.dll
View Source
public interface IRheostat
Properties
MaxResistance
Gets the maximum resistance of the rheostat.
View Source
Resistance MaxResistance { get; }
Resistance
Gets or sets the current resistance of the rheostat.
View Source
Resistance Resistance { get; set; }