FastLED 3.9.15
Loading...
Searching...
No Matches
common.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/stl/shared_ptr.h" // IWYU pragma: keep
4#include "fl/stl/string.h" // IWYU pragma: keep
5#include "fl/stl/stdint.h" // IWYU pragma: keep
6#include "fl/stl/detail/file_handle.h" // IWYU pragma: keep
7#include "fl/stl/unique_ptr.h" // IWYU pragma: keep
8#include "fl/fx/frame.h" // IWYU pragma: keep
9#include "fl/codec/idecoder.h" // IWYU pragma: keep
10
11namespace fl {
12
13// Common codec utilities and shared functionality
14
15} // namespace fl
Base definition for an LED controller.
Definition crgb.hpp:179