[−]Trait itsybitsy_m0::prelude::_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
Implementors
impl<W, S> Write<W> for S where
S: Default<W>,
W: Clone,
S: Default<W>,
W: Clone,