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