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