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

◆ write() [8/8]

template<size_t SIZE = 64>
size_t fl::StrN< SIZE >::write ( uint8_t c)
inline

Definition at line 237 of file str.h.

237 {
238 const char *str = reinterpret_cast<const char *>(&c);
239 return write(str, 1);
240 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:199

References write().

+ Here is the call graph for this function: