FastLED 3.9.15
Loading...
Searching...
No Matches

◆ writeChar()

fl::size fl::platforms::writeChar ( fl::span< char > out,
char c )
inline

Definition at line 55 of file watchdog.cpp.hpp.

55 {
56 if (out.size() == 0) return 0;
57 out[0] = c;
58 return 1;
59}
constexpr fl::size size() const FL_NOEXCEPT
Definition span.h:458

References FL_NOEXCEPT.

Referenced by fl::ResetInfo::describe().

+ Here is the caller graph for this function: