getFrequency method

double getFrequency()

Gets the frequency in Hz of the PWM.

Implementation

double getFrequency() {
  return _getDoubleValue(_nativePWMgetFrequency);
}