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