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
10void setup() {
11 Serial.begin(115200);
12 Serial.println("Setup");
13}
14
15void loop() {
16 Serial.println("Loop");
17 delay(100);
18}
void setup()
void loop()
central include file for FastLED, defines the CFastLED class/object