Hi,
I've modified light switch client to read input from GPIO pins . I used int_pin_change as a reference for initializing inputs. The Int_change_pin example uses interrupts for detecting input but I need event polling in my application. When I set the value of GPIOTE_CONFIG_IN_SENSE_TOGGLE to false and download the code to nrf52DK all the LEDs are turned on. My application works with the interrupt mode, so I'm assuming the issue is not related to application. How do I configure GPIOTE_CONFIG_IN_SENSE_TOGGLE to detect input in event mode?
Thanks,
Sunil