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