Jared Dyreson

Results 1 comments of Jared Dyreson

I took a look on how to implement this for the `i2c_smbus_read_i2c_block_data` function in `src/ffi.rs` and I came up with this: ```rust pub fn i2c_smbus_read_i2c_block_data_inplace( fd: RawFd, register: u8, block:...