This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf_pwm library and nrf_drv_gpiote combine

Hi Nordics.

I want to change SDK version of my project from SDK 6 to SDK 8.1 (actually I am trying to restart my project with new SDK 8.1)

My project base on the ancs example, and in my project I am using pwm library.(for dimming and mixing RGB LEDs) (github.com/.../nrf51-pwm-library)

However in the SDK 8.1 version, ancs example use nrf_drv_gpiote, and pwm library is not using drv_gpiote.

Please suggest me the way to combine SDK8.1 ancs example and nrf_pwm library. (or another way... )

Related