format (mwx::mwx_format)
Enter printf format in mwx::stream
Serial << format("formatted print: %.2f", (double)3123 / 100.) << mwx::crlf;
// formatted print: 31.23[改行]Constructor
format(const char *fmt, ...)Parameters
Description
最終更新
Enter printf format in mwx::stream
Serial << format("formatted print: %.2f", (double)3123 / 100.) << mwx::crlf;
// formatted print: 31.23[改行]format(const char *fmt, ...)最終更新