Method I2CWrite
I2CWrite(int, params byte[])
Writes a data payload to the I2C device with the specified address.
public void I2CWrite(int address, params byte[] data)
Writes a data payload to the I2C device with the specified address.
public void I2CWrite(int address, params byte[] data)