pub trait PinMosi<SPI> {
    fn setup(&self);
}

Required Methods

Implementors