pub fn begin_write<A>(writer: &mut A, address: u8) -> BeginWrite<'_, A> ⓘ
Expand description
Creates a new BeginWrite
for the provided I²C peripheral.
The write will access the specified address.
pub fn begin_write<A>(writer: &mut A, address: u8) -> BeginWrite<'_, A> ⓘ
Creates a new BeginWrite
for the provided I²C peripheral.
The write will access the specified address.