Raspberry Pi - I2C Communication
You want to read multiple bytes starting from register 0x00 of a device at address 0x60 using
smbus2. Which approach correctly reads 4 bytes into a list?smbus2. Which approach correctly reads 4 bytes into a list?read_i2c_block_data(address, register, length) reads a block of bytes starting at register.read_i2c_block_data with correct parameters to read 4 bytes.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions