This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

INA233: Python driver

Part Number: INA233


I wanted to use an ina233 from a Raspberry Pi and found in these forums that there was no example code for the ina233, no Linux kernel support for the ina233, and a lack of existing python module so I was forced to create one. I apologize if it is not appropriate to post this in a new thread, but the thread where someone had asked about existing code was already locked so I couldn't reply.

Find it here: https://github.com/scottvr/pi-ina233

I hope this is useful to someone.