Closed scottchiefbaker closed 4 years ago
Yes, s[n]printf
as well as v[sn]printf
if you need to use it with varargs. Will add that to README as well.
https://github.com/embeddedartistry/arduino-printf/blob/master/src/printf.h
Excellent... thank you!
This may be a documentation related question...
Does arduino-printf include a
sprintf()
orsnprintf()
implementation?