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
18
namespace
fl
{
19
22
using
TracePoint
=
fl::tuple<const char*, int, uint32_t>
;
23
24
}
// namespace fl
25
27
#define FL_TRACE fl::make_tuple(__FILE__, int(__LINE__), fl::time())
time.h
Universal timing functions for FastLED.
fl::TracePoint
fl::tuple< const char *, int, uint32_t > TracePoint
A structure to hold source trace information.
Definition
trace.h:22
fl
IMPORTANT!
Definition
crgb.h:20
fl::tuple
Definition
tuple.h:10
stdint.h
tuple.h
fl
trace.h
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2