We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6309212 commit 20c26bcCopy full SHA for 20c26bc
cores/arduino/Print.h
@@ -87,6 +87,8 @@ class Print
87
size_t println(const Printable&);
88
size_t println(void);
89
90
+ size_t printf(const char[], ...); //added by bonezegei
91
+
92
virtual void flush() { /* Empty implementation for backward compatibility */ }
93
};
94
0 commit comments