[−][src]Trait bl602_hal::prelude::_embedded_hal_blocking_i2c_WriteIter
Blocking write (iterator version)
Associated Types
type Error
Error type
Required methods
fn try_write_iter<B>(&mut self, address: A, bytes: B) -> Result<(), Self::Error> where
B: IntoIterator<Item = u8>,
B: IntoIterator<Item = u8>,