mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 20:33:28 +00:00
5 lines
107 B
C
5 lines
107 B
C
|
void buttons_init();
|
||
|
bool buttons_pressed_ok();
|
||
|
bool buttons_pressed_plus();
|
||
|
bool buttons_pressed_minus();
|