Method | Description | |
---|---|---|
MCP4532 ( II2CBus device, System.Boolean pinA0, System.Boolean pinA1, |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MCP4532 class with the I2C device that is the connection to MCP4532, whether the address pin A0 is high or not, Whether the device's address pin A1 is high, and the initial value of the wiper.
|
public MCP4532 ( II2CBus device, System.Boolean pinA0, System.Boolean pinA1, |
||
device | II2CBus | /// The I2C bus device this instance is connected to. /// |
pinA0 | System.Boolean | /// Whether the device's address pin A0 is high (true) or low (false). /// |
pinA1 | System.Boolean | /// Whether the device's address pin A1 is high (true) or low (false). /// |
initialValue | /// The initial value to set. /// | |
return | System |