Hello,
I’m trying to interface the 4-Channel I2C 4-20mA Current Receiver Board w/ I2C Interface
to an ESP32 running Micropython. Does anyone know of a Micropython library for doing this?
Thanks
Unfortunately, there is no MicroPython library for that board. However the board is based on an MCP3428, so you could try using the Python library from this repository (with some modifications)