You may remove the `while (Wire.available() < 14);` after the Wire.requestFrom(). Explanation: [Common-mistakes#1](https://github.com/Koepel/How-to-use-the-Arduino-Wire-library/wiki/Common-mistakes#1)
You may remove the
while (Wire.available() < 14);after the Wire.requestFrom().Explanation: Common-mistakes#1