FastLED
3.9.15
Loading...
Searching...
No Matches
esp_s3_test.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
FastLED.h
"
4
5
void
esp32_s3_tests
() {
6
#if FASTLED_USE_PROGMEM != 0
7
#error "FASTLED_USE_PROGMEM prog memory is turned on for esap32-s3"
8
#endif
9
10
#if SKETCH_HAS_LOTS_OF_MEMORY == 0
11
#error "SKETCH_HAS_LOTS_OF_MEMORY should have lots of memory for esp32-s3"
12
#endif
13
}
FastLED.h
central include file for FastLED, defines the CFastLED class/object
esp32_s3_tests
void esp32_s3_tests()
Definition
esp_s3_test.h:5
examples
CompileTest
esp_s3_test.h
Generated on Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2