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