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 9af8ab9 commit 31148feCopy full SHA for 31148fe
Adafruit_I2CDevice.cpp
@@ -72,7 +72,7 @@ bool Adafruit_I2CDevice::detected(void) {
72
DEBUG_SERIAL.print(_addr);
73
#endif
74
#ifdef ARDUINO_ARCH_MBED
75
- _wire->write(0); // forces a write request instead of a read
+ _wire->write(0); // forces a write request instead of a read
76
77
if (_wire->endTransmission() == 0) {
78
#ifdef DEBUG_SERIAL
0 commit comments