|
FastLED 3.9.15
|
#include "fl/channels/manager.h"#include "fl/channels/detail/wait_spin_budget.h"#include "fl/stl/singleton.h"#include "fl/log/log.h"#include "fl/system/engine_events.h"#include "fl/stl/chrono.h"#include "fl/stl/algorithm.h"#include "fl/stl/move.h"#include "fl/system/trace.h"#include "fl/task/executor.h"#include "fl/net/network_detector.h"#include "platforms/init_channel_driver.h"#include "platforms/is_platform.h"#include "fl/stl/noexcept.h"
Include dependency graph for manager.cpp.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Functions | |
| ChannelManager & | fl::channelManager () FL_NOEXCEPT |
| Get the global ChannelManager singleton instance. | |