- chirp_stop() implemented

- chirps stop playing when ESC or F5
This commit is contained in:
2022-12-28 16:09:11 +01:00
parent 40c2b009a9
commit 97902594ad
5 changed files with 21 additions and 1 deletions

View File

@@ -6,3 +6,5 @@ void chirp_init();
void chirp_play(const char* new_song, const bool lock);
int32_t interpret_next_token(uint8_t* buffer);
void chirp_stop();