Type Alias PC2

Source
pub type PC2<MODE = Input<Floating>> = Pin<'C', 2, MODE>;

Aliased Type§

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

Trait Implementations§