In porting from SDK6 to SDK9, it looks as though nrf_gpiote_task_config() has been replaced with nrf_gpiote_task_configure()
What, if anything, has replaced nrf_gpiote_unconfig() ?
In porting from SDK6 to SDK9, it looks as though nrf_gpiote_task_config() has been replaced with nrf_gpiote_task_configure()
What, if anything, has replaced nrf_gpiote_unconfig() ?
There is no equivalent function but i guess you can just copy that to SDK 9.0 if you are using it. porting from SDK6 to SDK9 is drastic, so you will see a lot of hiccups like these ..
There is no equivalent function but i guess you can just copy that to SDK 9.0 if you are using it. porting from SDK6 to SDK9 is drastic, so you will see a lot of hiccups like these ..