Trait Pins

Source
pub trait Pins<DAC> {
    type Output;
}

Required Associated Types§

Implementations on Foreign Types§

Source§

impl Pins<DAC> for (PA4<Input<Floating>>, PA5<Input<Floating>>)

Source§

type Output = (C1, C2)

Implementors§