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 a9498c8 commit 4d27615Copy full SHA for 4d27615
Adafruit_I2CDevice.cpp
@@ -68,8 +68,8 @@ bool Adafruit_I2CDevice::detected(void) {
68
// A basic scanner, see if it ACK's
69
_wire->beginTransmission(_addr);
70
#ifdef DEBUG_SERIAL
71
- DEBUG_SERIAL.print(F("Address 0x"));
72
- DEBUG_SERIAL.print(_addr);
+ DEBUG_SERIAL.print(F("Address 0x"));
+ DEBUG_SERIAL.print(_addr);
73
#endif
74
if (_wire->endTransmission() == 0) {
75
0 commit comments