boolean i2cTxString(byte, String, int)

Transmits string data to the device with the given address.

Parameters

Name Description
address byte
The device address.
data String
The data to transmit.
type int
The board type (GPIOTypes).

Return

True if successful, false otherwise.

Requirements

KioWare for Android version 4.0 or greater.