Hi,
I'm trying to interface to MCP3426 16-bit ADC. There is a standard library available for Arduino at http://www.kerrywong.com/2012/05/23/arduino-library-for-mcp342x/
With few minor tweaks I was able to port this library to Maple environment with aid of Wire library. The ADC sends 3 output bytes to the Maple via I2C interface. It seems that the first byte is read correctly, but the consequent two are the replicas of the first byte. There seem to be no issues with Arduino for similar code. Is this a know issue?
Thank you.