FastLED 3.9.15
|
Go to the source code of this file.
Namespaces | |
namespace | fl |
IMPORTANT! | |
Macros | |
#define | FL_TRACE fl::make_tuple(__FILE__, int(__LINE__), fl::time()) |
A macro to capture the current source file, line number, and time. | |
Typedefs | |
using | fl::TracePoint = fl::tuple<const char*, int, uint32_t> |
A structure to hold source trace information. | |