Skip to content

Releases: wollewald/ADS1220_WE

Passing SPI objects did not work correctly

20 Dec 19:39
3358962
Compare
Choose a tag to compare

Passing SPI objects did not work correctly. The reason was that I still one SPI.transfer() command in the code instead of _spi->transfer().

Bug fix in setIntVRef()

13 Apr 10:59
036912f
Compare
Choose a tag to compare

A wrong source was chosen in that function.

Replaced #define by constexpr

25 Oct 21:01
70e2ba7
Compare
Choose a tag to compare

Various changes:

  • Replaced #define by constexpr
  • Replaced C-cast by static_cast
  • Emptied constructor
  • Replaced private by protected

Something went wrong with last release

16 Sep 19:13
80d076e
Compare
Choose a tag to compare

No change vs. last release.

Added links to the corresponding tutorials on my website

13 Sep 16:41
4d075f7
Compare
Choose a tag to compare

No change to the code. I just added links to my website:

  1. An article about the ADS1220 and the use of this library
    https://wolles-elektronikkiste.de/ads1220-4-kanal-24-bit-a-d-wandler (German)
    https://wolles-elektronikkiste.de/en/4-channel-24-bit-adc-ads1220 (English)

  2. An article how to use the ADS1220 for typical applications, such as thermocouples,
    NTCs, RTDs or Wheatstone bridges:
    https://wolles-elektronikkiste.de/ads1220-teil-2-anwendungen (German)
    https://wolles-elektronikkiste.de/en/ads1220-part-2-applications (English)

PGA bypass bug fixed

25 Jul 13:37
95974b2
Compare
Choose a tag to compare

PGA bypass was not visible using isPGABypassed(). This is fixed.

Something went wrong with the last release

05 Jul 15:21
f0837a7
Compare
Choose a tag to compare

This one should work now. It seems Arduino does not like if releases are deleted.

Example sketch was not visible in Arduino IDE

03 Jul 14:32
cf802c4
Compare
Choose a tag to compare

One of the example sketch was not named like the folder. Therefor the sketch didn't appear in the Arduino IDE.

Automatic PGA bypass

29 Jun 16:10
2b7b7f2
Compare
Choose a tag to compare

Main change: I have changed the code slightly to ensure that PGA is bypassed if a measurement with AVSS as negative input is done.

Bug fixed in setGain

27 Jun 22:40
f1b4f66
Compare
Choose a tag to compare

Bug fixed in setGain