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