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