getChannel method

int getChannel()

Returns the channel number of the PWM handle.

Implementation

int getChannel() {
  return _nativePWMchannel(_pwmHandle);
}