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 db88956 commit fb436fbCopy full SHA for fb436fb
Adafruit_I2CDevice.cpp
@@ -26,7 +26,7 @@ Adafruit_I2CDevice::Adafruit_I2CDevice(uint8_t addr, TwoWire *theWire)
26
_addr = addr;
27
_begun = false;
28
_i2c_bus_dev = RT_NULL;
29
- _maxBufferSize = 32;
+ _maxBufferSize = RT_UINT16_MAX;
30
}
31
32
/*!
0 commit comments