Package | Description |
---|---|
co.teubi.raspberrypi.io |
Modifier and Type | Field and Description |
---|---|
PORTVALUE |
GPIOPin.value |
PORTVALUE |
GPIOPort.value |
Modifier and Type | Method and Description |
---|---|
PORTVALUE |
GPIO.getValue(int port)
getValue returns the current port value.
|
PORTVALUE |
PORTVALUE.parseString(java.lang.String s) |
static PORTVALUE |
PORTVALUE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PORTVALUE[] |
PORTVALUE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |