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