Trait Pins

Source
pub trait Pins<SPI> { }

Implementations on Foreign Types§

Source§

impl<SPI, SCK, MISO, MOSI> Pins<SPI> for (SCK, MISO, MOSI)
where SCK: PinSck<SPI>, MISO: PinMiso<SPI>, MOSI: PinMosi<SPI>,

Implementors§