Type Alias PH15

Source
pub type PH15<MODE = Input<Floating>> = Pin<'H', 15, MODE>;

Aliased Type§

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

Trait Implementations§

Source§

impl D23 for PH15<Alternate<12>>