Trait Pins

Source
pub trait Pins<TIM> { }

Implementations on Foreign Types§

Source§

impl<TIM, PC1, PC2> Pins<TIM> for (PC1, PC2)
where PC1: PinC1<TIM>, PC2: PinC2<TIM>,

Implementors§