PD9

Type Alias PD9 

Source
pub type PD9<MODE = Input<Floating>> = Pin<'D', 9, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl<OUTMODE> TryFrom<Rx> for PD9<OUTMODE>
where OUTMODE: PinMode,

Source§

type Error = ()

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

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

Performs the conversion.