SDK14+Nrf52832:
I want use one pin as a interrupt pin.
when the pin level from high to low, execute A task;
while when the pin level is from low to high, execute B task, how to do this? some example can be more helpful. Thanks!
SDK14+Nrf52832:
I want use one pin as a interrupt pin.
when the pin level from high to low, execute A task;
while when the pin level is from low to high, execute B task, how to do this? some example can be more helpful. Thanks!
Hi,
You can see the BSP example link
You can assign task for (BUTTON_PRESSED)
and also (BUTTON_RELEASE).
ok, thank you very much!
ok, thank you very much!