PD8

Type Alias PD8 

Source
pub type PD8<MODE = Input<Floating>> = Pin<'D', 8, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<OUTMODE> TryFrom<Tx> for PD8<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.