Trait embedded_hal::spi::blocking::Write [−][src]
pub trait Write<W> {
type Error: Debug;
fn write(&mut self, words: &[W]) -> Result<(), Self::Error>;
}
Expand description
Blocking write
pub trait Write<W> {
type Error: Debug;
fn write(&mut self, words: &[W]) -> Result<(), Self::Error>;
}
Blocking write