Creates I2C object.
Read data from I2C.
-
addr
Slave address of I2C device. -
len
Data length for read. -
*outdata
Output data before read.
Array of read data.
-
addr
Slave address of I2C device. -
*outdata
Output data.
- stop
This allows one controller device to send multiple transmissions while in control.
Result of write. (true: Success, false: Failure)
under the MIT License.