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