FastLED 3.9.15
Loading...
Searching...
No Matches
_build.cpp.hpp
Go to the documentation of this file.
1
7
8#include "fl/log/log.h"
9#include "fl/system/delay.h"
10
12
13namespace fl {
14namespace platforms {
15
16// Print-sink implementation used by ScopedWatchdog's first-init path. Defined
17// here (in the unity TU) rather than in watchdog.cpp.hpp so that public
18// headers don't pull in fl/log/log.h.
22
23// Wraps fl::delay() — portable across stub/WASM/embedded.
27
28} // namespace platforms
29} // namespace fl
Delay utilities for FastLED Includes nanosecond-precision delays, cycle counting, and microsecond del...
#define FL_WARN(X)
Definition log.h:276
Centralized logging categories for FastLED hardware interfaces and subsystems.
void scopedWatchdogPrintLine(fl::string_view sv) FL_NOEXCEPT
void scopedWatchdogPause3s() FL_NOEXCEPT
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...
Definition delay.h:98
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT
Platform-agnostic implementations for the unified watchdog API: