Closed Koepel closed 5 years ago
When the Wire.requestFrom() returns, the I2C transaction has completely finished and the received data is in the receive buffer of the Wire library. The Wire.read() only reads the data from that buffer.
The waiting with the delay is not needed.
Fixed on v1.0.1. Thanks!
When the Wire.requestFrom() returns, the I2C transaction has completely finished and the received data is in the receive buffer of the Wire library. The Wire.read() only reads the data from that buffer.
The waiting with the delay is not needed.