Method | Description | |
---|---|---|
MCP4441 ( II2CBus device, System.Boolean pinA0, |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Potentiometers.Microchip.MCP4441 class with the I2C device that is the connection to MCP4441, whether the address pin A0 is high or not, and the initial value of the wiper.
|
public MCP4441 ( II2CBus device, System.Boolean pinA0, |
||
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). /// |
initialValue | /// The initial value to set. /// | |
return | System |