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

◆ operator<<() [10/12]

ostream & fl::ostream::operator<< ( fl::u8 n)

Definition at line 20 of file ostream.cpp.hpp.

20 {
21 char buf[64] = {0};
22 fl::utoa32(static_cast<fl::u32>(n), buf, mBase);
23 print(buf);
24 return *this;
25}
int mBase
Definition ostream.h:88
void print(const char *str)
int utoa32(u32 value, char *sp, int radix)
Convert unsigned 32-bit integer to string buffer in given radix.

References ostream(), mBase, fl::print(), and fl::utoa32().

+ Here is the call graph for this function: