Table of Contents

Method I2CWrite

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

I2CWrite(int, params byte[])

Writes a data payload to the I2C device with the specified address.

public void I2CWrite(int address, params byte[] data)

Parameters

address int

The address of the slave device in the I2C bus.

data byte[]

The data payload to write to the device.