FastLED 3.9.15
Loading...
Searching...
No Matches
Esp32S3I2SDemo.ino
Go to the documentation of this file.
1
2
3#ifndef ESP32
4#define IS_ESP32_S3 0
5#else
6#include "sdkconfig.h"
7
8#ifdef CONFIG_IDF_TARGET_ESP32S3
9#define IS_ESP32_S3 1
10#else
11#define IS_ESP32_S3 0
12#endif // CONFIG_IDF_TARGET_ESP32
13#endif // ESP32
14
15#if IS_ESP32_S3
16#include "Esp32S3I2SDemo.h"
17#else
18#include "platforms/sketch_fake.hpp"
19#endif