Wire.h Library [DIRECT]
void receiveEvent(int bytes) while(Wire.available()) char c = Wire.read(); Serial.print(c);
if(error == 0) Serial.print("Found device at 0x"); if(address < 16) Serial.print("0"); Serial.println(address, HEX); devices++; wire.h library
delay(1000);