Package | Description |
---|---|
co.teubi.raspberrypi.io |
Modifier and Type | Field and Description |
---|---|
PORTFUNCTION |
GPIOPin.function |
PORTFUNCTION |
GPIOPort.function |
Modifier and Type | Method and Description |
---|---|
PORTFUNCTION |
GPIO.getFunction(int port)
getFunction returns the current port function.
|
PORTFUNCTION |
PORTFUNCTION.parseString(java.lang.String s) |
static PORTFUNCTION |
PORTFUNCTION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PORTFUNCTION[] |
PORTFUNCTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GPIO.setFunction(int port,
PORTFUNCTION funct)
setFunction changes the specified port function.
|
Constructor and Description |
---|
GPIOPin(int number,
int gpio,
PORTFUNCTION funct,
PORTVALUE value) |
GPIOPin(int number,
int gpio,
PORTFUNCTION funct,
PORTVALUE value,
java.lang.String info) |