pub type PD5<MODE = Input<Floating>> = Pin<'D', 5, MODE>;
pub struct PD5<MODE = Input<Floating>> { /* private fields */ }