We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186bfb0 commit 24c2d82Copy full SHA for 24c2d82
Adafruit_BusIO_Register.h
@@ -71,8 +71,13 @@ class Adafruit_BusIO_Register {
71
void setAddress(uint16_t address);
72
void setAddressWidth(uint16_t address_width);
73
74
+#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
75
void print(Stream *s = &Serial);
76
void println(Stream *s = &Serial);
77
+#elif
78
+ void print(Stream *s);
79
+ void println(Stream *s);
80
+#endif
81
82
private:
83
Adafruit_I2CDevice *_i2cdevice;
0 commit comments