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

◆ push_ascii()

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
void fl::StrN< SIZE >::push_ascii ( char c)
inline

Definition at line 562 of file str.h.

562 {
563 write(c);
564 }
fl::size write(const u8 *data, fl::size n)
Definition str.h:246

References write().

+ Here is the call graph for this function: