mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-09 09:49:11 +03:00
12 lines
185 B
C
12 lines
185 B
C
#pragma once
|
|
|
|
#include "fastpin_esp32.h"
|
|
|
|
#ifdef FASTLED_ESP32_I2S
|
|
#include "clockless_i2s_esp32.h"
|
|
#else
|
|
#include "clockless_rmt_esp32.h"
|
|
#endif
|
|
|
|
// #include "clockless_block_esp32.h"
|