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

Required Methods

Implementations on Foreign Types

Implementors