chrisb2 / pi_ina219

This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.
MIT License
114 stars 34 forks source link

issue with code #12

Closed ibyng closed 6 years ago

ibyng commented 6 years ago

Hi, i have been trying to use this code to read the adafruit ina 219 sensor, however when I run the code i get error reading ImportError: cannot import name 'INA219'. How can I resolve this. It may be something basic or me just being stupid, i havn't used python very much before thanks