|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PulseInput.PulseMode | |
---|---|
ioio.lib.api |
Uses of PulseInput.PulseMode in ioio.lib.api |
---|
Methods in ioio.lib.api that return PulseInput.PulseMode | |
---|---|
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. |
Methods in ioio.lib.api with parameters of type PulseInput.PulseMode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |