I2c.Write
Write data to I2C interface.
Properties
- Command code: 0x0803
- Command timeout: 100 ms
- Possible status codes: General status codes, I2c.ErrI2CWrite
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Address | Integer (8 bits) | I2C device address. |
Length of WriteData | Integer (8 bits) |
Length of WriteData in bytes |
WriteData | Raw data | Data to write to I2C interface. |
Returned values (response frame)
None