Function begin_read

Source
pub fn begin_read<A>(reader: &mut A, address: u8) -> BeginRead<'_, A> 
where A: I2cRead + Unpin + ?Sized,
Expand description

Creates a new BeginRead for the provided I²C peripheral.

The read will access the specified address.