FastLED 3.9.15
Loading...
Searching...
No Matches
fastled_delay.cpp.hpp
Go to the documentation of this file.
1
3
5#define FASTLED_INTERNAL
6#include "fl/system/fastled.h"
7#include "fastled_delay.h"
8
9// This file primarily serves to:
10// 1. Validate that fastled_delay.h compiles correctly with minimal dependencies
11// 2. Ensure micros() and platform-specific implementations are available
12// 3. Provide a compilation unit for any future non-template implementations
Utility functions and classes for managing delay cycles.
Internal FastLED header for implementation files.