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. Does anyone have a suggestion for the best way to do this, other than uninitializing the PWMs and reinitializing them with the new period? Thanks in advance for any advice.