33 #ifndef ACE_COMMON_PRINTF_TO_H
34 #define ACE_COMMON_PRINTF_TO_H
41 namespace ace_common {
47 inline void vprintfTo(Print& printer,
const char *fmt, va_list args) {
59 inline void printfTo(Print& printer,
const char* fmt, ...) {
void vprintfTo(Print &printer, const char *fmt, va_list args)
Helper function for implementing the printfTo() function.
void printfTo(Print &printer, const char *fmt,...)
A printf() that works on an Arduino Print object using the built-in vsnprintf().
const int PRINTF_TO_BUF_SIZE
Maximum size of the internal stack buffer used by printfTo().