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

◆ write() [5/11]

fl::size fl::basic_string::write ( const fl::u16 & n)

Definition at line 306 of file basic_string.cpp.hpp.

306 {
307 char buf[64] = {0};
308 int len = fl::utoa32(static_cast<fl::u32>(n), buf, 10);
309 return write(buf, len);
310}
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
int utoa32(u32 value, char *sp, int radix)
Convert unsigned 32-bit integer to string buffer in given radix.

References fl::utoa32(), and write().

+ Here is the call graph for this function: