can't seem to find the I2C address for DS1307 chip . for PCF8574N data sheet clearly tells on how to set this address but nothing like that for DS1307 , I know this is a very popular chip so can someone guide me on this issue?
No, not 0x68.
As I stated and verified by Paulfjujo, The slave address byte contains the 7-bit DS1307 address, which is 1101000, followed by the direction bit (R/W), which for a write is 0.
So the address is 11010000 = 0xD0 when writing to it and 11010001 = 0xD1 when reading from it.