PD3

Type Alias PD3 

Source
pub type PD3<MODE = Input<Floating>> = Pin<'D', 3, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<OUTMODE> TryFrom<Cts> for PD3<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.