| Package | Description |
|---|---|
| ioio.lib.api |
| Modifier and Type | Field and Description |
|---|---|
DigitalInput.Spec.Mode |
DigitalInput.Spec.mode
The pin mode.
|
| Modifier and Type | Method and Description |
|---|---|
static DigitalInput.Spec.Mode |
DigitalInput.Spec.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigitalInput.Spec.Mode[] |
DigitalInput.Spec.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DigitalInput |
IOIO.openDigitalInput(int pin,
DigitalInput.Spec.Mode mode)
Shorthand for openDigitalInput(new DigitalInput.Spec(pin, mode)).
|
| Constructor and Description |
|---|
DigitalInput.Spec(int pin,
DigitalInput.Spec.Mode mode)
Constructor.
|