2026-05-20, 01:27 PM
Hi, I've tried now with a little help from my friend... ;-) to fix it. I have made a pull request for it.
Have not been able to test it myself yet.
Decription:
The Adafruit library moved P0–P3 from module-level exports into the class itself in a recent update. The fix:
ADS11.P0 → ADS11.ADS1115.P0 (lines 251–254)
ADS10.P0 → ADS10.ADS1015.P0 (lines 264–267)
Both ADS1115 and ADS1015 are fixed in openplotterI2cRead.py.
/Leif
Have not been able to test it myself yet.
Decription:
The Adafruit library moved P0–P3 from module-level exports into the class itself in a recent update. The fix:
ADS11.P0 → ADS11.ADS1115.P0 (lines 251–254)
ADS10.P0 → ADS10.ADS1015.P0 (lines 264–267)
Both ADS1115 and ADS1015 are fixed in openplotterI2cRead.py.
/Leif

