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

◆ write() [7/8]

template<size_t SIZE = 64>
size_t fl::StrN< SIZE >::write ( const uint8_t * data,
size_t n )
inline

Definition at line 198 of file str.h.

198 {
199 const char *str = reinterpret_cast<const char *>(data);
200 return write(str, n);
201 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:198

References write().

Referenced by fl::StringFormatter::append(), fl::StringFormatter::appendFloat(), write(), write(), write(), write(), write(), and write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: