#pragma once #include void chirp_init(); void chirp_play(const char* new_song, const bool lock); int32_t interpret_next_token(uint8_t* buffer);