hi,
1/ i notice that drivers header files are available in two versions. one inside "components\drivers_nrf" folder and the other inside "components\libraries".
and when i check some code example sometimes i find that the example use the drivers_nrf and sometimes libraries.
for example for the timer some code uses the "app_timer.h" and some other use the "nrf_drv_timer.h". i can't figure out what is better to use and what is the difference between them?
2/ and i have another question. i use the code example of the 'BLE Characteristics, a beginner's tutorial' available here : github.com/.../master
i want to add a new function that allows me to trigger an interrupt on input PIN each time a signal input change from 0 to 1. i don't know how to start and where can i found a good code example in order to use it in my main code.
Thanks,