adafruit / Adafruit_ADS1X15

Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator
Other
289 stars 301 forks source link

Hi, I'm trying to use the ADS1115 to calculate ac power using the library from openenergymonitor. The example file references 'Adafruit_ADS1015.h'. The compiler complains when I replace it with ADS1X15. I assume that the example worked with the old library but I cannot find it. Any way to get it? Thanks! #83

Closed finnishcolumbia closed 1 year ago

finnishcolumbia commented 1 year ago

Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating the issue:

If you're sure this issue is a defect in the code and checked the steps above please fill in the following fields to provide enough troubleshooting information. You may delete the guideline and text above to just leave the following details:

caternuson commented 1 year ago

openenergymonitor needs to update their code to deal with breaking changes added since 2.0.1: https://github.com/adafruit/Adafruit_ADS1X15/releases/tag/2.0.1

Older versions of this library can be installed via the Arduino Library Manager. There's a version selection drop down in the Library Manager UI.