I connected a button to pin 27 on board, and using app_button_init in app_button.c to declare a button, and use that button to control LED and it does not work. But when I change a pin to 11(which is a pin for button 1 on board) the function work correctly. What was I do wrong about my project.
Thank you