Printf utils
Printf utils
最終更新
Printf utils
最終更新
The mwx library uses an implementation of printf, which is commonly used in C, for formatting output. Function definitions for several functions are available.
mwx_printf()
prints a printf output to the Serial object. It is the same process as Serial.printfmt()
.
mwx_snprintf()` prints a snprintf to a buffer.