Has anyone used the I2C class's
transaction,
write, or
read methods with success (for a device other than the gyro and accelerometer)?
We are not able to communicate to a BlinkM MaxM whether we try to address the device through any address (using 0x00) or its specific address (0x09) using
transaction or
addressOnly methods. Both of them return true, though, meaning they have aborted.
We set up the I2C object like so:
Code:
I2C blinkm = new I2C(DigitalModule.getInstance(4), 0x09);