We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3436ca9 commit 29ff4f7Copy full SHA for 29ff4f7
cores/arduino/USBAPI.h
@@ -39,6 +39,7 @@ class Serial_ : public Stream
39
virtual int read(void);
40
virtual void flush(void);
41
virtual size_t write(uint8_t);
42
+ using Print::write; // pull in write(str) and write(buf, size) from Print
43
operator bool();
44
};
45
extern Serial_ Serial;
0 commit comments