mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-09 17:59:11 +03:00
add
This commit is contained in:
11
libraries/FastLED-3.2.9/platforms/esp/32/fastled_esp32.h
Normal file
11
libraries/FastLED-3.2.9/platforms/esp/32/fastled_esp32.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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"
|
Reference in New Issue
Block a user