Trait SpiCommon

Source
pub trait SpiCommon {
    type Miso;
    type Mosi;
    type Nss;
    type Sck;
}

Required Associated Types§

Implementors§