• Changing PWM frequency (period)

    I have 2 PWMs working with the version 8 softdevice on an nRF51422, and it's straightforward enough to change the duty cycle with app_pwm_channel_duty_set() in the app_pwm library. However, I would like to be able to change the period on-the-fly, as well…