Skip to content

Releases: chandrawi/ADS1x15-ADC

getMaxVoltage() Fix

22 Feb 11:48
Compare
Choose a tag to compare

Fix incorrect getMaxVoltage() method return value (#2).

Added docstring to ADS1x15 classes and methods.

Gain and multiplexer input fix

21 Jan 18:44
Compare
Choose a tag to compare

Fix gain and multiplexer input when reading differential ADC as described in this issue (#1).

Example added:

  • ADS_differential

ADC pin selection and continuous mode fix

21 Jan 06:50
Compare
Choose a tag to compare

ADC pin selection in readADC() and requestADC() methods fixed. Input ADC pin 0, 1, 2, 3 for ADS1015 and ADS1115 in those methods will correspond with AIN0, AIN1, AIN2, and AIN3 respectively.

getADC() method deprecated and replaced with getValue() method to get ADC value. Getting ADC value in continuous mode no longer wait for conversion ready. To check if conversion ready, one of isReady() or newly added isBusy() methods can be used.

Examples added in this version:

  • ADS_minimum.py
  • ADS_read.py
  • ADS_read_async.py
  • ADS_continuous.py
  • ADS_comparator.py

Fix differential ADC methods

20 Jan 10:40
Compare
Choose a tag to compare

Fix reading differential ADC methods derived from ADS1x15. See issue (#1)

Build package fix

03 Mar 23:23
Compare
Choose a tag to compare
1.1.1

Edit package build setup

First stable release

03 Mar 07:34
a6de471
Compare
Choose a tag to compare
1.1.0

Update version to 1.1.0