We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9b3290 + 0e1f5c2 commit b18e4c9Copy full SHA for b18e4c9
cores/arduino/ard_sup/ard_supers/HardwareSerial.h
@@ -68,6 +68,7 @@ class HardwareSerial : public Stream
68
virtual int read(void) = 0;
69
virtual void flush(void) = 0;
70
virtual size_t write(uint8_t) = 0;
71
+ using Print::write; // pull in write(str) and write(buf, size) from Print
72
virtual operator bool() = 0;
73
};
74
0 commit comments