This commit is contained in:
2026-05-08 14:56:29 +02:00
commit e4a5ccb043
39 changed files with 2481 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#include "driver/i2s_std.h"
#include "driver/i2s_types.h"
extern i2s_chan_handle_t i2s_tx;
extern i2s_chan_handle_t i2s_rx;
void audio_i2s_init(void);