PWM constructor

PWM(
  1. int chip,
  2. int channel
)

Implementation

PWM(this.chip, this.channel) : _pwmHandle = _openPWM(chip, channel);