boolean i2cTxBytes(byte, String, int)
Transmits an array of bytes to the device with the given address.
Parameters
Name | Description |
address |
byte The device address |
data |
String The data (JSON formatted string reprensenting an array of bytes) to transmit. |
type |
int The board type (GPIOTypes). |
Return
True if successful, false otherwise.
Requirements
KioWare for Android version 4.0 or greater.