pub type PG13<MODE = Input<Floating>> = Pin<'G', 13, MODE>;
pub struct PG13<MODE = Input<Floating>> { /* private fields */ }