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

Required Methods

Implementors