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.
Array class [smplbuf](... /... /classes/smplbuf/), you can use mwx::stream to generate data.
最終更新