| Package | Description |
|---|---|
| ioio.lib.api |
| Modifier and Type | Method and Description |
|---|---|
static PulseInput.PulseMode |
PulseInput.PulseMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PulseInput.PulseMode[] |
PulseInput.PulseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PulseInput |
IOIO.openPulseInput(DigitalInput.Spec spec,
PulseInput.ClockRate rate,
PulseInput.PulseMode mode,
boolean doublePrecision)
Open a pin for pulse input.
|
PulseInput |
IOIO.openPulseInput(int pin,
PulseInput.PulseMode mode)
Shorthand for openPulseInput(new DigitalInput.Spec(pin), rate, mode,
true), i.e.
|