[−][src]Function embedded_platform::i2c::begin_write::begin_write
ⓘImportant traits for BeginWrite<'_, A>
pub fn begin_write<A: ?Sized>(writer: &mut A, address: u8) -> BeginWrite<A> where
A: I2cWrite + Unpin,
Creates a new BeginWrite
for the provided I²C peripheral.
The write will access the specified address.