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