pwmCount method

int pwmCount()

PWM count - mraa_get_pwm_count

Get the number of usable PWM pins, board must be initialised. Returns mraaGeneralError on failure.

Implementation

int pwmCount() => _impl.mraa_get_pwm_count();