FastLED
3.9.15
Loading...
Searching...
No Matches
Test.ino
#include <
Arduino.h
>
#include <FastLED.h>
// Test configuration
void
setup
() {
Serial
.begin(115200);
// Fast baud for avr8js
Serial
.println(
"Test setup starting"
);
delay(100);
}
void
loop
() {
EVERY_N_MILLIS
(1000) {
Serial
.println(
"Test loop!"
);
}
delay
(1);
// Prevent watchdog timeout on ESP32 qemu tests.
}
setup
void setup()
Definition
AnalogOutput.ino:65
loop
void loop()
Definition
AnalogOutput.ino:54
arduino.h
EVERY_N_MILLIS
#define EVERY_N_MILLIS(N)
Checks whether to execute a block of code every N milliseconds.
Definition
lib8tion.h:1001
fl::delay
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Definition
delay.h:98
Serial
#define Serial
Definition
serial.h:304
Generated on Tue Jun 16 2026 00:06:58 for FastLED by
1.13.2