- Implementada polifonia en Chirping

- Arreglats un montó de warnings per lo mon
This commit is contained in:
2023-01-09 17:02:04 +01:00
parent bfcd7e62cf
commit c7dcf8bb8e
8 changed files with 106 additions and 150 deletions

View File

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