forked from Makuna/NeoPixelBus
Removed Arduino.h dependency in i2s method
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user