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"?
In the nrfSDK is this macro identified?
devzone.nordicsemi.com/.../a00125.html
under API reference I find alot of higher level functions ex: app_button_init
But I can't find the macros that are for lower level functionality. I suppose things that begin with nrf_ are lower level when compared to things tagged app_? Is this the logic behind the nomenclature?
In the sdk is there any mention of the macros included in nrf_gpio.h?
One last question. The nrf_gpio_cfg_sense_input macro is sufficient to enable wake on gpio pin then? No need to use app_button_init or app_button_enable? Those are for application based functionality occurring during system on?
Trying to make sense of this all. Thanks
In the nrfSDK is this macro identified?
devzone.nordicsemi.com/.../a00125.html
under API reference I find alot of higher level functions ex: app_button_init
But I can't find the macros that are for lower level functionality. I suppose things that begin with nrf_ are lower level when compared to things tagged app_? Is this the logic behind the nomenclature?
In the sdk is there any mention of the macros included in nrf_gpio.h?
One last question. The nrf_gpio_cfg_sense_input macro is sufficient to enable wake on gpio pin then? No need to use app_button_init or app_button_enable? Those are for application based functionality occurring during system on?
Trying to make sense of this all. Thanks