Hi,
How to config which the GPIO to wake up from the SYSTEM_OFF mode ?
Best regards
Hi,
Something like this should work:
nrf_gpio_cfg_sense_input(PIN NUMBER, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW);
Thanks