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