FastLED 3.9.15
Loading...
Searching...
No Matches
fastled_internal.cpp.hpp
Go to the documentation of this file.
1// ok no header
2#define FASTLED_INTERNAL
3#include "fl/system/fastled.h"
4#include "cled_controller.h"
5#include "fl/stl/noexcept.h"
6
7namespace fl {
9 return sizeof(CLEDController);
10}
11} // namespace fl
Internal FastLED header for implementation files.
u16 cled_contoller_size() FL_NOEXCEPT
Get the size of the CLEDController object for introspection.
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT