[−][src]Trait embedded_hal::blocking::spi::WriteIter
Blocking write (iterator version)
Associated Types
Required methods
fn write_iter<WI>(&mut self, words: WI) -> Result<(), Self::Error> where
WI: IntoIterator<Item = W>,
[−]
WI: IntoIterator<Item = W>,
Sends words
to the slave, ignoring all the incoming words