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