- Removed jail_audio, included chirps

This commit is contained in:
2022-12-27 14:10:00 +01:00
parent 6cfc6b0438
commit af4ead870b
7 changed files with 168 additions and 354 deletions

8
chirp.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <stdint.h>
void chirp_init();
void chirp_play(const char* new_song);
int32_t interpret_next_token(uint8_t* buffer);