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