OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

ADS1115 Implementation is Broken #89

Closed prototypicalpro closed 4 years ago

prototypicalpro commented 4 years ago

The ADS1115 implementation in Loom on master branch (https://github.com/OPEnSLab-OSU/Loom/blob/master/src/Sensors/I2C/ADS1115.h) produces incorrect values. After reviewing the implementation, I've found a number of errors that could be causing the issue:

Given the issues above, I've chosen to do a complete rewrite of the ADS1115 module. This rewrite should be available on master branch before the end of spring term.