FastLED
3.9.15
Loading...
Searching...
No Matches
CompileTest.ino
Go to the documentation of this file.
1
#include "
FastLED.h
"
2
3
#if defined(__AVR__)
4
#include "
avr_test.h
"
5
#elif defined(ESP32)
6
#include "
esp_test.h
"
7
#endif
8
9
10
void
setup
() {
11
Serial.begin(115200);
12
Serial.println(
"Setup"
);
13
}
14
15
void
loop
() {
16
Serial.println(
"Loop"
);
17
delay(100);
18
}
setup
void setup()
Definition
CompileTest.ino:10
loop
void loop()
Definition
CompileTest.ino:15
FastLED.h
central include file for FastLED, defines the CFastLED class/object
avr_test.h
esp_test.h
examples
CompileTest
CompileTest.ino
Generated on Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2