FastLED 3.9.15
Loading...
Searching...
No Matches
trace.h
Go to the documentation of this file.
1#pragma once
2
13
14#include "fl/tuple.h"
15#include "fl/time.h"
16#include "fl/stdint.h"
17
18namespace fl {
19
23
24} // namespace fl
25
27#define FL_TRACE fl::make_tuple(__FILE__, int(__LINE__), fl::time())
Universal timing functions for FastLED.
fl::tuple< const char *, int, uint32_t > TracePoint
A structure to hold source trace information.
Definition trace.h:22
IMPORTANT!
Definition crgb.h:20