These lines in the file "bitlash/src/eeprom.c" can be removed. ``` while(Wire.available() == 0) {} ``` There is no need to wait after Wire.requestFrom(). When the Wire.requestFrom() returns, the I2C transaction has completely finished.