Fix i2c header files

This commit is contained in:
Terrence
2025-04-10 01:57:18 +08:00
parent 81aa8a43ce
commit 18e44ec775
15 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#include "cores3_audio_codec.h"
#include <esp_log.h>
#include <driver/i2c.h>
#include <driver/i2c_master.h>
#include <driver/i2c_master.h>
#include <driver/i2s_tdm.h>