why not include GPIO_WAKEUP_BUTTON_WITH_PULLUP_CONFIG in "app_util.h"?
why not include GPIO_WAKEUP_BUTTON_WITH_PULLUP_CONFIG in "app_util.h"?
@Bong: this macro was deprecated and replaced by nrf_gpio_cfg_sense_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config, nrf_gpio_pin_sense_t sense_config) in nrf_gpio.h.
Please use that instead.
@Bong: this macro was deprecated and replaced by nrf_gpio_cfg_sense_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config, nrf_gpio_pin_sense_t sense_config) in nrf_gpio.h.
Please use that instead.