Type Alias Gp4Pwm2A

Source
pub type Gp4Pwm2A = Pin<Gpio4, FunctionPwm, PullNone>;
Expand description

PWM Function alias for pin [crate::Pins::gpio4]. Alias for a configured Pin

Aliased Typeยง

pub struct Gp4Pwm2A { /* private fields */ }