Type Alias PD11

Source
pub type PD11<MODE = Input<Floating>> = Pin<'D', 11, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl A16 for PD11<Alternate<12>>