Type Alias PG7

Source
pub type PG7<MODE = Input<Floating>> = Pin<'G', 7, MODE>;

Aliased Type§

pub struct PG7<MODE = Input<Floating>> { /* private fields */ }

Trait Implementations§

Source§

impl INT for PG7<Alternate<12>>