small typo fix
This commit is contained in:
parent
e1aa388418
commit
14d379e4d3
|
|
@ -69,7 +69,7 @@ bool Adafruit_I2CDevice::detected(void) {
|
||||||
_wire->beginTransmission(_addr);
|
_wire->beginTransmission(_addr);
|
||||||
#ifdef DEBUG_SERIAL
|
#ifdef DEBUG_SERIAL
|
||||||
DEBUG_SERIAL.print(F("Address 0x"));
|
DEBUG_SERIAL.print(F("Address 0x"));
|
||||||
DEBUG_SERIAL.print(_addr);
|
DEBUG_SERIAL.print(_addr, HEX);
|
||||||
#endif
|
#endif
|
||||||
if (_wire->endTransmission() == 0) {
|
if (_wire->endTransmission() == 0) {
|
||||||
#ifdef DEBUG_SERIAL
|
#ifdef DEBUG_SERIAL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue