public class PCA9685GpioProviderPinCache extends GpioProviderPinCache
PCA9685GpioProvider
Constructor and Description |
---|
PCA9685GpioProviderPinCache(Pin pin) |
Modifier and Type | Method and Description |
---|---|
int |
getPwmOffValue() |
int |
getPwmOnValue() |
int |
getPwmValue() |
void |
setPwmOffValue(int pwmOffValue) |
void |
setPwmOnValue(int pwmOnValue) |
void |
setPwmValue(int value) |
getAnalogValue, getMode, getResistance, getState, isExported, setAnalogValue, setExported, setMode, setResistance, setState, toString
public PCA9685GpioProviderPinCache(Pin pin)
public int getPwmOnValue()
public void setPwmOnValue(int pwmOnValue)
public int getPwmOffValue()
public void setPwmOffValue(int pwmOffValue)
public int getPwmValue()
getPwmValue
in class GpioProviderPinCache
public void setPwmValue(int value)
setPwmValue
in class GpioProviderPinCache
Copyright © 2012–2016 Pi4J. All rights reserved.