Hi,
I am using the GPIOTE->PORT event to detect button presses and I would like to detect both button press and button release.
However, it seems like SENSE can only be configured to HIGH or LOW for each pin. Is there a way to generate an interrupt from GPIOTE->PORT for both HIGH and LOW?
Thanks!