pub fn begin_read<A>(reader: &mut A, address: u8) -> BeginRead<'_, A> ⓘwhere A: I2cRead + Unpin + ?Sized,
Creates a new BeginRead for the provided I²C peripheral.
BeginRead
The read will access the specified address.