hi,
i am using working on example "pin_change_int" in peripheral folder.in this example interrupt occurs when there is state change on interrupt pin. how to enable interrupt for active low only.
hi,
i am using working on example "pin_change_int" in peripheral folder.in this example interrupt occurs when there is state change on interrupt pin. how to enable interrupt for active low only.
Hi,
You can replace the GPIOTE_CONFIG_IN_SENSE_TOGGLE() macro with GPIOTE_CONFIG_IN_SENSE_HITOLO() to make the interrupt trigger when the input goes low.
Best regards,
Vidar
Hi,
You can replace the GPIOTE_CONFIG_IN_SENSE_TOGGLE() macro with GPIOTE_CONFIG_IN_SENSE_HITOLO() to make the interrupt trigger when the input goes low.
Best regards,
Vidar