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