public class GpiConfig
extends java.lang.Object
FeatureSet.getGpiCount()
,
Settings.gpis
Constructor and Description |
---|
GpiConfig() |
Modifier and Type | Method and Description |
---|---|
long |
getDebounceInMs() |
java.lang.Boolean |
getIsEnabled() |
int |
getPortNumber() |
void |
setDebounceInMs(long debounceInMs) |
void |
setIsEnabled(java.lang.Boolean isEnabled) |
void |
setPortNumber(int portNumber) |
public int getPortNumber()
public void setPortNumber(int portNumber)
public java.lang.Boolean getIsEnabled()
public void setIsEnabled(java.lang.Boolean isEnabled)
public long getDebounceInMs()
public void setDebounceInMs(long debounceInMs)