pub trait CsControl {
// Required methods
fn select(&mut self);
fn deselect(&mut self);
}Expand description
Trait for chip-select control, allowing real pins or a no-op stub.
pub trait CsControl {
// Required methods
fn select(&mut self);
fn deselect(&mut self);
}Trait for chip-select control, allowing real pins or a no-op stub.