| Package | Description |
|---|---|
| org.eclipse.kura.gpio |
Provides APIs to acquire and use GPIO resources available on the system.
|
| Modifier and Type | Method and Description |
|---|---|
KuraGPIOMode |
KuraGPIOPin.getMode() |
static KuraGPIOMode |
KuraGPIOMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KuraGPIOMode[] |
KuraGPIOMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KuraGPIOPin |
GPIOService.getPinByName(String pinName,
KuraGPIODirection direction,
KuraGPIOMode mode,
KuraGPIOTrigger trigger) |
KuraGPIOPin |
GPIOService.getPinByTerminal(int terminal,
KuraGPIODirection direction,
KuraGPIOMode mode,
KuraGPIOTrigger trigger) |
Copyright © 2015. All Rights Reserved.