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