A C D E G H I L M O P R S T U V W

W

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.
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.
waitVisiResult() - Method in interface ioio.lib.api.IcspMaster
Wait and return a result of a call to IcspMaster.readVisi().
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
Shorthand for SpiMaster.writeRead(int, byte[], int, int, byte[], int) for the single-slave case.
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
The same as SpiMaster.writeRead(int, byte[], int, int, byte[], int), but returns immediately and returns a SpiMaster.Result object that can be waited on.
writeReadAsync(int, boolean, byte[], int, byte[], int) - Method in interface ioio.lib.api.TwiMaster
Asynchronous version of TwiMaster.writeRead(int, boolean, byte[], int, byte[], int).

A C D E G H I L M O P R S T U V W