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 236 of file str.h.

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

References write().

+ Here is the call graph for this function: