| Package | Description |
|---|---|
| ioio.lib.api |
| Modifier and Type | Field and Description |
|---|---|
DigitalOutput.Spec.Mode |
DigitalOutput.Spec.mode
The pin mode.
|
| Modifier and Type | Method and Description |
|---|---|
static DigitalOutput.Spec.Mode |
DigitalOutput.Spec.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigitalOutput.Spec.Mode[] |
DigitalOutput.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 |
|---|---|
DigitalOutput |
IOIO.openDigitalOutput(int pin,
DigitalOutput.Spec.Mode mode,
boolean startValue)
Shorthand for openDigitalOutput(new DigitalOutput.Spec(pin, mode),
startValue).
|
| Constructor and Description |
|---|
DigitalOutput.Spec(int pin,
DigitalOutput.Spec.Mode mode)
Constructor.
|