- waitForConnect() - Method in interface ioio.lib.api.IOIO
-
Establishes connection with the IOIO board.
- waitForConnect() - Method in interface ioio.lib.api.IOIOConnection
-
- waitForDisconnect() - Method in interface ioio.lib.api.IOIO
-
Blocks until IOIO has been disconnected and all connection-related
resources have been freed, so that a new connection can be attempted.
- waitForValue(boolean) - Method in interface ioio.lib.api.DigitalInput
-
Block until a desired logical level is sensed.
- waitOver(float) - Method in interface ioio.lib.api.CapSense
-
Block until sensed capacitance becomes greater than a given threshold.
- waitPulseGetDuration() - Method in interface ioio.lib.api.PulseInput
-
Reads a single measurement from the queue.
- waitReady() - Method in interface ioio.lib.api.SpiMaster.Result
-
Wait until the asynchronous call which returned this instance is
complete.
- waitReady() - Method in interface ioio.lib.api.TwiMaster.Result
-
Wait until the asynchronous call which returned this instance is
complete.
- waitUnder(float) - Method in interface ioio.lib.api.CapSense
-
Block until sensed capacitance becomes less than a given threshold.
- waitVisiResult() - Method in interface ioio.lib.api.IcspMaster
-
- write(boolean) - Method in interface ioio.lib.api.DigitalOutput
-
Set the output of the pin.
- writeRead(int, byte[], int, int, byte[], int) - Method in interface ioio.lib.api.SpiMaster
-
Perform a single SPI transaction which includes optional transmission and
optional reception of data to a single slave.
- writeRead(byte[], int, int, byte[], int) - Method in interface ioio.lib.api.SpiMaster
-
- writeRead(int, boolean, byte[], int, byte[], int) - Method in interface ioio.lib.api.TwiMaster
-
Perform a single TWI transaction which includes optional transmission and
optional reception of data to a single slave.
- writeReadAsync(int, byte[], int, int, byte[], int) - Method in interface ioio.lib.api.SpiMaster
-
- writeReadAsync(int, boolean, byte[], int, byte[], int) - Method in interface ioio.lib.api.TwiMaster
-