I want to interface two SDP610 pressure sensor with Arduino Uno R3 using I2C.I have interfaced only one sensor with SDL(A4) and SCL(A5) using wire.h. I have taken source code reference from below mentioned link.
`The I2C address consists of a 7-digit binary value. By default, the I2C address is set to 64 (binary: 1000 000).
The address is always followed by a write bit (0) or read bit (1). The default hexadecimal I2C header for read
access to the sensor is therefore h81.