Pins

Trait Pins 

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

Trait for GPIO pins that can be converted to DAC output pins

Required Associated Types§

Implementations on Foreign Types§

Source§

impl Pins<DAC> for (PA4<DefaultMode>, PA5<DefaultMode>)

Implementors§