- [FEAT] A song can lock the audio until finished

This commit is contained in:
2022-12-28 14:07:41 +01:00
parent 9835f4dc4a
commit 40c2b009a9
5 changed files with 19 additions and 10 deletions

View File

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