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