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