Attempt at creating audio sync listen EPS8266

This commit is contained in:
Will Tatam
2023-07-25 19:47:57 +01:00
parent 512c6689f2
commit a44c14aa9e
3 changed files with 59 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#ifdef ARDUINO_ARCH_ESP32
#include <Wire.h>
#include "wled.h"
#include <driver/i2s.h>
@@ -875,3 +875,4 @@ class SPH0654 : public I2SSource {
#endif
}
};
#endif