working I2S DAC

This commit is contained in:
2021-09-14 22:03:30 +02:00
parent 9769c5f7c9
commit 42581b0ec5
12 changed files with 50346 additions and 35 deletions

11
FW/m5stack_audio/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"initializer_list": "cpp"
}
}