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

◆ push_ascii()

void fl::string::push_ascii ( char c)
inline

Definition at line 705 of file str.h.

705 {
706 write(c);
707 }
fl::size write(const u8 *data, fl::size n)
Definition str.h:246

References fl::StrN< FASTLED_STR_INLINED_SIZE >::write().

+ Here is the call graph for this function: