Property | Type | Description |
| bytes | The 7 bit I2C address |
| bool | True for read operations, false for write operations |
| bool | True when the address was ACKed, false when NAKed |
| str | (optional) Present if an there was a problem reading the I2C data |
I2C address byte
Property | Type | Description |
| bytes | 8 bit data word |
| bool | True when the data byte was ACKed, false when NAKed |
| str | (optional) Present if an there was a problem reading the I2C data |
I2C data byte
Property | Type | Description |
undefined
I2C start condition
Property | Type | Description |
undefined
I2C stop condition