Trait embedded_hal::blocking::spi::Write [−][src]
Blocking write
Associated Types
Loading content...Required methods
fn write(&mut self, words: &[W]) -> Result<(), Self::Error>
[src]
Sends words
to the slave, ignoring all the incoming words