Class Mcp4xxx.ResistorArray
Represents a resistor array in an MCP4xxx digital potentiometer or rheostat.
Assembly: Mcp4xxx.dll
View Source
public class Mcp4xxx.ResistorArray : IPotentiometer, IRheostat
Implements:
Meadow.Hardware.IPotentiometer
, Meadow.Hardware.IRheostat
Properties
MaxResistance
Gets the maximum resistance of the rheostat.
View Source
public Resistance MaxResistance { get; }
Resistance
Gets or sets the current resistance of the rheostat.
View Source
public Resistance Resistance { get; set; }
Implements
Meadow.Hardware.IPotentiometer
Meadow.Hardware.IRheostat