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