The lines with waiting after a Wire.requestFrom() can be removed: ``` while(!Wire.available()) ; ``` Explanation: [Common-mistakes#1](https://github.com/Koepel/How-to-use-the-Arduino-Wire-library/wiki/Common-mistakes#1)
The lines with waiting after a Wire.requestFrom() can be removed:
Explanation: Common-mistakes#1