| Package | Description |
|---|---|
| io.silverspoon.bulldog.core | |
| io.silverspoon.bulldog.core.gpio | |
| io.silverspoon.bulldog.core.gpio.base | |
| io.silverspoon.bulldog.core.gpio.event |
| Modifier and Type | Method and Description |
|---|---|
static Edge |
Edge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edge[] |
Edge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
DigitalInput.getInterruptTrigger()
Gets the interrupt trigger that is currently set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DigitalInput.setInterruptTrigger(Edge edge)
Sets the interrupt trigger.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
AbstractDigitalInput.getInterruptTrigger() |
Edge |
DigitalIOFeature.getInterruptTrigger() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDigitalInput.setInterruptTrigger(Edge edge) |
void |
DigitalIOFeature.setInterruptTrigger(Edge edge) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
InterruptEventArgs.getEdge() |
| Constructor and Description |
|---|
InterruptEventArgs(Pin pin,
Edge edge) |
Copyright © 2015 silverspoon.io. All rights reserved.