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