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

◆ append() [2/2]

static void fl::StrStreamHelper< uint8_t >::append ( Str & str,
const uint8_t & n )
inlinestatic

Definition at line 26 of file strstream.h.

26{ str.append(uint16_t(n)); }
static void append(Str &str, const T &n)
Definition strstream.h:18

References fl::Str::append().

+ Here is the call graph for this function: