Merge pull request #60 from MoonModules/ESP8266-Sync

Audio sync receive only - EPS8266
This commit is contained in:
netmindz
2023-08-23 18:59:45 +01:00
committed by GitHub
3 changed files with 147 additions and 68 deletions

View File

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