Skip to main content

I2C_ADDRESS_BYTE

Constant I2C_ADDRESS_BYTE 

Source
const I2C_ADDRESS_BYTE: u8 = _; // 192u8
Expand description

I2C address byte stored at offset 16.

The chip stores the I2C 7-bit address in 8-bit form (shifted left by one). For our default 7-bit address 0x60, the stored value is 0xC0.