8 Channel I2C 4-20mA Current Receiver with Raspberry Pi

Hi

I’m looking for the libraries and code samples for the 8 Channel I2C 4-20mA Current Receiver with I2C Interface board. And any other documentation would be great. I am trying to interface this with the Raspberry Pi 3/4 but I cannot find any resources related to this.

Regards,
Owen

Hi Owen,
This products usages MCP3428 ADC. it has two of them.
Make sure both are set to different I2C address and same i2c addresses should be used in code as well.
The lib can be found here

Thanks

Thank you very much @Bhaskar !!