Searched refs:btn_pr (Results 1 – 2 of 2) sorted by relevance
74 int btn_pr = button_get_pressed_id(); /*Get the ID (0,1,2...) of the pressed button*/ in button_read() local75 if(btn_pr >= 0) in button_read()77 last_btn = btn_pr; /*Save the ID of the pressed button*/ in button_read()
68 int btn_pr = button_get_pressed_id(); /*Get the ID (0,1,2...) of the pressed button*/ in button_read() local69 if(btn_pr >= 0) in button_read()71 last_btn = btn_pr; /*Save the ID of the pressed button*/ in button_read()
Completed in 5 milliseconds