Wire.requestFrom(deviceAddress, 1); // Request data from device while (Wire.available()) char c = Wire.read(); Serial.print(c); download wire.h library for arduino
You may need to download the Wire.h library if: (functions
Are you having trouble with a or seeing a particular error message when you try to compile? Where to find latest Wire.h library - Arduino Forum "suggestion":"install Wire library Arduino IDE"