Can i configure more than one pin for wake up the microcontroler from deep sleep ?
like this:
nrf_gpio_cfg_sense_input(30, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);
nrf_gpio_cfg_sense_input(22, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);
Can i configure more than one pin for wake up the microcontroler from deep sleep ?
like this:
nrf_gpio_cfg_sense_input(30, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);
nrf_gpio_cfg_sense_input(22, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);
Can i configure more than one pin for wake up the microcontroler from deep sleep ?
Yes.
Can i configure more than one pin for wake up the microcontroler from deep sleep ?
Yes.