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