pref: 改进按键体验

This commit is contained in:
bmy
2024-02-10 16:19:51 +08:00
parent 27c50ceea8
commit 85fe5a27df
4 changed files with 61 additions and 39 deletions

View File

@@ -20,4 +20,5 @@ extern void queue_pop_element(void);
extern void queue_pop_read(void);
extern void by_buzzer_init(void);
extern void by_buzzer_add(uint16_t tone);
extern void by_buzzer_run(void);
#endif