I am having some trouble using the wiringPiI2C library to read data off an MCP3424 chip.
There are two chips, 0x68 and 0x69, I am connecting to via an I2C link.
Each chip has channels 1-4, 0x98, 0x9B, 0x9D and 0x9E, respectively.
Does anybody know how can I perform a wiringPiI2CRead or wiringPiI2CReadReg8/16 function using this information.