Table of Contents

Method I2CConfig

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

I2CConfig(params byte[])

Configures I2C settings such as delay time and power pins.

public void I2CConfig(params byte[] args)

Parameters

args byte[]

The I2C configuration arguments. The first two bytes are used to configure the optional delay time, in microseconds, between writing to the I2C register, and reading the data from the device.