Trait Pins

Source
pub trait Pins<TIM> { }

Implementors§

Source§

impl<TIM, PC1> Pins<TIM> for PC1
where PC1: CPin<TIM, 0>,