You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may remove the while-loop with the delay after the Wire.requestFrom(). There is nothing to wait for. The Wire.requestFrom() returns when the I2C bus transaction has completely finished.
You may remove the while-loop with the delay after the Wire.requestFrom(). There is nothing to wait for. The Wire.requestFrom() returns when the I2C bus transaction has completely finished.