Trait driver_pal::ChipSelect
source · pub trait ChipSelect {
type Error;
// Required method
fn set_cs(&mut self, state: PinState) -> Result<(), Self::Error>;
}Expand description
Chip Select trait for peripherals supporting manual chip select