pwm abstract method

GpioPwm pwm(
  1. int physicalPin
)

Return a GPIO pin configured for software based PWM, where physicalPin is the physical pin number not the GPIO number.

Implementation

GpioPwm pwm(int physicalPin);