hi guys , I'm trying to use the ble mesh protocoll for my master thesis. I need to send a message always when an interrupt on a gpio pin occur.
there's a problem beetwen the nrfx_gpiote.h (i need that file to use the function useful to program the pin i used as interrupt) and simple_hal.c(it defines all the function related to leds and button as used in that ble mesh example) files because they both define the GPIOTE_IRQHandler.
how can i overcame this problem ? is there the possiblity in order to define two different GPIOTE_IRQHandler ?