getPeriodNs method

int getPeriodNs()

Gets the period in nanoseconds of the PWM.

Implementation

int getPeriodNs() {
  return _getInt64Value(_nativePWMgetPeriodNs);
}