Trait Pins

Source
pub trait Pins<USART> { }

Implementations on Foreign Types§

Source§

impl<USART, TX, RX> Pins<USART> for (TX, RX)
where TX: PinTx<USART>, RX: PinRx<USART>,

Implementors§