Function begin_write

Source
pub fn begin_write<A>(writer: &mut A, address: u8) -> BeginWrite<'_, A> 
where A: I2cWrite + Unpin + ?Sized,
Expand description

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

The write will access the specified address.