| Modifier and Type | Method and Description |
|---|---|
Gpio |
GpioBridgeImpl.getGpio(Pin pin,
Direction direction)
|
Gpio |
GpioBridge.getGpio(Pin pin,
Direction direction)
|
Gpio |
Gpio.setLabel(String label)
Allows the user to set a label for this pin, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpioSignalListener.notify(Gpio gpio)
Notifies the
GpioSignalListener when a change to the Gpio is detected |
Signal |
GpioBridgeImpl.readValue(Gpio gpio)
|
Signal |
GpioBridge.readValue(Gpio gpio)
|
void |
GpioBridgeImpl.register(Gpio gpio,
GpioSignalListener listener)
|
void |
GpioBridge.register(Gpio gpio,
GpioSignalListener listener)
|
void |
GpioBridgeImpl.writeValue(Gpio gpio,
Signal signal)
|
void |
GpioBridge.writeValue(Gpio gpio,
Signal signal)
|
Copyright © 2017. All rights reserved.