wanyancan

Results 2 issues of wanyancan

Hi, Is there any way to manually set charset for opened files? If not, how may I change source code of the auto-detection to manual selection? Thank you!

Once the `nrf_pwm_set_enabled(false);` is called, the PWM can not be enabled again by calling `nrf_pwm_set_enabled(true);` I removed the line `nrf_gpiote_unconfig(pwm_gpiote_channel[i]);` in `nrf_pwm_set_enabled`, then it will work as expected