Trait _embedded_hal_blocking_spi_Write
pub trait _embedded_hal_blocking_spi_Write<W> {
type Error;
// Required method
fn write(&mut self, words: &[W]) -> Result<(), Self::Error>;
}
Expand description
Blocking write
Required Associated Types§
type Error
type Error
Error type