public class MCP4651 extends MicrochipPotentiometerBase implements MicrochipPotentiometer
INITIALVALUE_LOADED_FROM_EEPROM, nonVolatileMode, PIN_NOT_AVAILABLE
Constructor and Description |
---|
MCP4651(I2CBus i2cBus,
boolean pinA0,
boolean pinA1,
boolean pinA2,
MicrochipPotentiometerChannel channel,
int initialValue)
Builds an instance which is ready to use.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxValue() |
MicrochipPotentiometerChannel[] |
getSupportedChannelsByDevice() |
boolean |
isCapableOfNonVolatileWiper() |
boolean |
isRheostat() |
static void |
main(String[] args)
A MCP4651 is expected to be connected to I2C-bus 1 of Raspberry Pi.
|
static int |
maxValue() |
buildI2CAddress, decrease, decrease, equals, getChannel, getCurrentValue, getDeviceStatus, getNonVolatileMode, getNonVolatileValue, getTerminalConfiguration, increase, increase, initialize, isChannelSupportedByDevice, setCurrentValue, setNonVolatileMode, setTerminalConfiguration, setWiperLock, setWriteProtection, toString, updateCacheFromDevice
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChannel, getDeviceStatus, getNonVolatileMode, getTerminalConfiguration, isChannelSupportedByDevice, setTerminalConfiguration, setWiperLock, setWriteProtection, updateCacheFromDevice
decrease, decrease, getCurrentValue, increase, increase, setCurrentValue
clearProperties, getName, getProperties, getProperty, getProperty, getTag, hasProperty, removeProperty, setName, setProperty, setTag
public MCP4651(I2CBus i2cBus, boolean pinA0, boolean pinA1, boolean pinA2, MicrochipPotentiometerChannel channel, int initialValue) throws IOException
i2cBus
- The Pi4J-I2CBus to which the device is connected topinA0
- Whether the device's address pin A0 is high (true) or low (false)pinA1
- Whether the device's address pin A1 (if available) is high (true) or low (false)pinA2
- Whether the device's address pin A2 (if available) is high (true) or low (false)channel
- Which of the potentiometers provided by the device to controlinitialValue
- Initial value of wiperIOException
- Thrown if communication fails or device returned a malformed resultpublic boolean isCapableOfNonVolatileWiper()
isCapableOfNonVolatileWiper
in interface MicrochipPotentiometer
isCapableOfNonVolatileWiper
in class MicrochipPotentiometerBase
public int getMaxValue()
getMaxValue
in interface Potentiometer
public static int maxValue()
public boolean isRheostat()
isRheostat
in interface Potentiometer
public MicrochipPotentiometerChannel[] getSupportedChannelsByDevice()
getSupportedChannelsByDevice
in interface MicrochipPotentiometer
getSupportedChannelsByDevice
in class MicrochipPotentiometerBase
public static void main(String[] args) throws I2CFactory.UnsupportedBusNumberException, IOException
Both channels of the are initialized at mid-value (the same value as hardware-preset). A is brought to max-value and B to min-value in about 3 seconds. After that A and B are going up and down (26 steps per second for 5 seconds). At the end A and B are set at random (2 times per second for 5 seconds).
args
- no parameters expectedIOException
- If anything goes wrongI2CFactory.UnsupportedBusNumberException
Copyright © 2012–2016 Pi4J. All rights reserved.