i2s update1

This commit is contained in:
richonguzman 2024-11-13 09:54:33 -03:00
parent c59ae59c6e
commit 1f2f3c121e
1 changed files with 10 additions and 7 deletions

View File

@ -1,15 +1,18 @@
#include <driver/i2s.h>
#include "boards_pinout.h"
#include "audio_utils.h"
#include <driver/i2s.h>
#ifdef HAS_I2S
namespace AUDIO_Utils {
void setup() {
namespace AUDIO_Utils {
//
}
void setup() {
//
}
}
#endif