Refactor code

This commit is contained in:
2020-11-20 08:14:46 +01:00
parent 53bacf016a
commit ffdd2beb35
8 changed files with 41 additions and 45 deletions

View File

@@ -9,7 +9,7 @@
#define KEY_INC_SECOND (1<<PB2)
#define KEY_INC_BRIGHTNESS (1<<PB3)
void keyboard_init(void);
void keyboard_handle_input(void);
void kbd_init(void);
void kbd_handle_event(void);
#endif