FastLED
3.9.15
Loading...
Searching...
No Matches
◆
append()
[18/39]
basic_string
& fl::basic_string::append
(
const float &
val
)
Definition at line
332
of file
basic_string.cpp.hpp
.
1386
{
1387
char
buf[64] = {0};
1388
fl::ftoa
(val, buf, 2);
1389
write
(buf,
fl::strlen
(buf));
1390
return
*
this
;
1391
}
fl::basic_string::write
fl::size write(const fl::u8 *data, fl::size n) FL_NOEXCEPT
Definition
basic_string.cpp.hpp:213
fl::strlen
size_t strlen(const char *s) FL_NOEXCEPT
Definition
cstring.cpp.hpp:34
fl::ftoa
void ftoa(float value, char *buffer, int precision)
Convert floating point number to string buffer.
Definition
charconv.cpp.hpp:186
fl
string
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2