format (mwx::mwx_format)
mwx::stream に printf の書式を入力
Serial << format("formatted print: %.2f", (double)3123 / 100.) << mwx::crlf;
// formatted print: 31.23[改行]コンストラクタ
format(const char *fmt, ...)パラメータ
解説
最終更新
mwx::stream に printf の書式を入力
Serial << format("formatted print: %.2f", (double)3123 / 100.) << mwx::crlf;
// formatted print: 31.23[改行]format(const char *fmt, ...)最終更新