There was an error while loading. Please reload this page.
Write data to the specified I2C bus.
I2cWrite(unsigned char channel, unsigned char slaveAddress, unsigned char eofConfig, unsigned char numBytes, unsigned char* sendBuffer);
channel The I2C master channel to open.
slaveAddress The 7-bit slave address of the I2C device to write to. The R/W bit will be set automatically.
eofConfig End of frame configuration:
numBytes The number of bytes to write to the I2C channel.
sendBuffer A pointer to the first element in a byte array which contains the data to write to the I2C bus.
int status
I2cOpenMaster()
I2cSetSpeed()
I2cWrite()
I2cRead()
I2cClose()
Firmware Reference
Home
Getting Started
Tutorials
FAQ
Pinouts
VI Reference
Specification Reference