mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 12:23:28 +00:00
13 lines
176 B
C
13 lines
176 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void buttons_init();
|
|
bool buttons_pressed_ok();
|
|
bool buttons_pressed_plus();
|
|
bool buttons_pressed_minus();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|