Method I2CRequest
I2CRequest(int, I2CRequestMode, params byte[])
Sends a request to the I2C device with the specified address.
public void I2CRequest(int address, I2CRequestMode mode, params byte[] data)
Parameters
address
intThe address of the slave device in the I2C bus.
mode
I2CRequestModeThe read/write mode of the request.
data
byte[]The data payload for the I2C request.