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