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