Wire.beginTransmission(MS5611_ADDRESS); // Initialize the Tx buffer Wire.write(0xA0 | ii << 1); // Put PROM address in Tx buffer //Wire.endTransmission(I2C_NOSTOP); // Send the Tx buffer, but send a restart to keep connection alive Wire.endTransmission(false); // Send the Tx buffer...