Removed Arduino.h dependency in i2s method

This commit is contained in:
2021-03-22 14:21:45 +01:00
parent a643dab854
commit 2e07b5c364

View File

@@ -28,11 +28,9 @@ License along with NeoPixel. If not, see
#ifdef ARDUINO_ARCH_ESP32 #ifdef ARDUINO_ARCH_ESP32
extern "C" #include <esp_log.h>
{
#include <Arduino.h>
#include "Esp32_i2s.h" #include "Esp32_i2s.h"
}
const uint16_t c_dmaBytesPerPixelBytes = 4; const uint16_t c_dmaBytesPerPixelBytes = 4;