Trait wiringpi::pin::Pwm [] [src]

pub trait Pwm: RequiresRoot + Sized {
    fn pwm_pin() -> PwmPin<Self>;
}

Required Methods

Implementors