PD11

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<OUTMODE> TryFrom<Cts> for PD11<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(a: Cts) -> Result<Self, Self::Error>

Performs the conversion.