[][src]Function embedded_platform::i2c::begin_read::begin_read

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

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

The read will access the specified address.