Trait Pins

Source
pub trait Pins<I> { }
Expand description

Implemented for all tuples that contain a full set of valid SPI pins

Implementations on Foreign Types§

Source§

impl<I, SCK, MISO, MOSI> Pins<I> for (SCK, MISO, MOSI)
where SCK: Sck<I>, MISO: Miso<I>, MOSI: Mosi<I>,

Implementors§