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 e1aa388 commit 14d379eCopy full SHA for 14d379e
Adafruit_I2CDevice.cpp
@@ -69,7 +69,7 @@ bool Adafruit_I2CDevice::detected(void) {
69
_wire->beginTransmission(_addr);
70
#ifdef DEBUG_SERIAL
71
DEBUG_SERIAL.print(F("Address 0x"));
72
- DEBUG_SERIAL.print(_addr);
+ DEBUG_SERIAL.print(_addr, HEX);
73
#endif
74
if (_wire->endTransmission() == 0) {
75
0 commit comments