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