FastLED
3.9.15
Loading...
Searching...
No Matches
◆
write()
[3/11]
fl::size fl::basic_string::write
(
const fl::i32 &
val
)
Definition at line
330
of file
basic_string.cpp.hpp
.
330
{
331
char
buf[64] = {0};
332
int
len =
fl::itoa
(val, buf, 10);
333
return
write
(buf, len);
334
}
fl::basic_string::write
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
Definition
basic_string.cpp.hpp:213
fl::itoa
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.
Definition
charconv.cpp.hpp:68
fl
basic_string
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2