FastLED 3.9.15
Loading...
Searching...
No Matches
condition_variable.h
Go to the documentation of this file.
1#pragma once
2
3// IWYU pragma: no_include "platforms/is_platform.h"
4
11
12#include "platforms/condition_variable.h" // IWYU pragma: keep
13
14namespace fl {
15
16// Re-export platform condition_variable into fl namespace
17using platforms::condition_variable; // ok bare using
18using platforms::cv_status; // ok bare using
19
20} // namespace fl
Base definition for an LED controller.
Definition crgb.hpp:179