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