FastLED 3.9.15
|
void fl::printf | ( | const char * | format, |
const Args &... | args ) |
Printf-like formatting function that prints directly to the platform output.
format | Format string with placeholders like "%d", "%s", "%f" etc. |
args | Arguments to format |
Supported format specifiers:
Example usage:
Definition at line 393 of file printf.h.
References args, fl::StrN< SIZE >::c_str(), fl::printf_detail::format_impl(), print(), and fl::StrStream::str().