I want to read the onboard (dev board) buttons which i believe are P13-P16. I want to know the working code.
uint32_t app_button_is_pushed ( uint8_t button_id, bool * p_is_pushed )
What do i pass to each variable because i do not believe it is stated. I just want to use one button not the whole array.
Then when it is setup and initialized correctly i believe i call app_button_is_pushed for the pin i wish then i can go to another event off this result.
What i want is simple code just to read if a button has been pushed or not.