| Package | Description |
|---|---|
| ioio.lib.api |
| Modifier and Type | Method and Description |
|---|---|
static PulseInput.ClockRate |
PulseInput.ClockRate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PulseInput.ClockRate[] |
PulseInput.ClockRate.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.
|