Trait Pins

Source
pub trait Pins<REMAP, OPERATION = Master> { }

Implementations on Foreign Types§

Source§

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

Source§

impl<REMAP, SCK, MISO, MOSI> Pins<REMAP, Slave> for (SCK, MISO, MOSI)
where SCK: Ssck<REMAP>, MISO: So<REMAP>, MOSI: Si<REMAP>,

Implementors§