pub type PB5<MODE = Input<Floating>> = Pin<'B', 5, MODE>;
pub struct PB5<MODE = Input<Floating>> { /* private fields */ }