Package | Description |
---|---|
com.pi4j.component.potentiometer.microchip | |
com.pi4j.component.potentiometer.microchip.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
MicrochipPotentiometer.isChannelSupportedByDevice(MicrochipPotentiometerChannel channel) |
Constructor and Description |
---|
MCP4631(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
int initialValue)
Builds an instance which is ready to use.
|
MCP4632(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
MicrochipPotentiometerChannel channel,
int initialValue)
Builds an instance which is ready to use.
|
MCP4641(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
MicrochipPotentiometerNonVolatileMode nonVolatileMode)
Builds an instance which is ready to use.
|
MCP4642(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
MicrochipPotentiometerChannel channel,
MicrochipPotentiometerNonVolatileMode nonVolatileMode)
Builds an instance which is ready to use.
|
MCP4651(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
int initialValue)
Builds an instance which is ready to use.
|
MCP4652(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
MicrochipPotentiometerChannel channel,
int initialValue)
Builds an instance which is ready to use.
|
MCP4661(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
MicrochipPotentiometerNonVolatileMode nonVolatileMode)
Builds an instance which is ready to use.
|
MCP4662(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
MicrochipPotentiometerChannel channel,
MicrochipPotentiometerNonVolatileMode nonVolatileMode)
Builds an instance which is ready to use.
|
MicrochipPotentiometerTerminalConfiguration(MicrochipPotentiometerChannel channel,
boolean channelEnabled,
boolean pinAEnabled,
boolean pinWEnabled,
boolean pinBEnabled) |
Modifier and Type | Method and Description |
---|---|
MicrochipPotentiometerChannel |
MicrochipPotentiometerBase.getChannel() |
abstract MicrochipPotentiometerChannel[] |
MicrochipPotentiometerBase.getSupportedChannelsByDevice() |
MicrochipPotentiometerChannel |
MicrochipPotentiometerDeviceStatusImpl.getWiperLockChannel() |
Modifier and Type | Method and Description |
---|---|
boolean |
MicrochipPotentiometerBase.isChannelSupportedByDevice(MicrochipPotentiometerChannel channel) |
Constructor and Description |
---|
MicrochipPotentiometerBase(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
MicrochipPotentiometerNonVolatileMode nonVolatileMode,
int initialValueForVolatileWipers)
Builds an instance which is ready to use.
|
MicrochipPotentiometerBase(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
MicrochipPotentiometerNonVolatileMode nonVolatileMode,
int initialValueForVolatileWipers,
MicrochipPotentiometerDeviceControllerFactory controllerFactory)
Builds an instance which is ready to use.
|
Copyright © 2012–2016 Pi4J. All rights reserved.