Skip to main content

Class Mcp4xxx.ResistorArray

Represents a resistor array in an MCP4xxx digital potentiometer or rheostat.

Assembly: Mcp4xxx.dll
View Source
Declaration
public class Mcp4xxx.ResistorArray : IPotentiometer, IRheostat

Implements:
Meadow.Hardware.IPotentiometer, Meadow.Hardware.IRheostat

Properties

MaxResistance

Gets the maximum resistance of the rheostat.

View Source
Declaration
public Resistance MaxResistance { get; }

Resistance

Gets or sets the current resistance of the rheostat.

View Source
Declaration
public Resistance Resistance { get; set; }

Implements

  • Meadow.Hardware.IPotentiometer
  • Meadow.Hardware.IRheostat