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

Library depends on obsolete dependency #40

Open szafranski opened 9 months ago

szafranski commented 9 months ago

Hi, is there any way to convert dependency to current library? Like Blinka or so? Adafruit_GPIO can't detect Raspberry Pis later than 2 and it requires tinkering to make it work.