Wire.enableTS()
Enable clock stretching on the I2C bus: reduces the speed by ~20% and allows frequency glitch by slave device.Wire.enableTS(on_off);
on_off
enable clock stretching if true
None
Wire.enableTS(on_off);
on_off
enable clock stretching if true
None