getPeriod method

double getPeriod()

Gets the period in seconds of the PWM.

Implementation

double getPeriod() {
  return _getDoubleValue(_nativePWMgetPeriod);
}