pub fn read( i2c: ove_i2c_t, addr: u16, buf: &mut [u8], timeout_ms: u32, ) -> Result<()>
Read data from an I2C device.