8-Channel 12-Bit ADC for Raspberry Pi, all ADCs reading 0

HI,
I was able to get it working by using the code in the link below.

i changed line 57:
def init(self, address = 0x04): to def init(self, address = 0x08): as this is the address of my i2c on the unit.
you can check the i2c address by opening command prompt and typing ’ i2cdetect -y 1’

hope this helps.

cheers

Alex