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