enable method

void enable()

Enables the PWM output.

Implementation

void enable() {
  _checkStatus();
  _checkError(_nativePWMenable(_pwmHandle));
}