showing the menu on the MCU display

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-16 00:29:23 +02:00
parent d97f6c48c1
commit 6645263ba2
10 changed files with 616 additions and 41 deletions

View File

@@ -4,7 +4,8 @@
extern "C"
{
#endif
void setupButtons(void);
void setup_buttons(void);
void cleanup_buttons(void);
#ifdef __cplusplus
}
#endif