Trait arduino_hal::simple_pwm::IntoPwmPin
source · pub trait IntoPwmPin<TC, PIN> {
// Required method
fn into_pwm(self, timer: &TC) -> Pin<PwmOutput<TC>, PIN>;
}
pub trait IntoPwmPin<TC, PIN> {
// Required method
fn into_pwm(self, timer: &TC) -> Pin<PwmOutput<TC>, PIN>;
}