getChip method

int getChip()

Return the chip number of the PWM handle.

Implementation

int getChip() {
  return _nativePWMchip(_pwmHandle);
}