Skip to content

Releases: wollewald/ADS1115_WE

Something went wrong with the last release

15 Aug 10:32
87ac542
Compare
Choose a tag to compare

Smething went wrong with the last release

getResultWithRange: fixed rounding issue

15 Aug 10:13
f43eb83
Compare
Choose a tag to compare

When choosing a min / max range, e.g. -127...+127, a value of 126.99 gave 126. The digits were cut off. Now changed to rounding (added +0.5 before changing float to int).

New options for returning the conversion result

08 Aug 10:13
2f8ccd2
Compare
Choose a tag to compare

New options have been added to obtain the results of the conversion:
getRawResult
getResultWithRange
Explained in ADS1115.h and the example: "Result_Format_Options.ino".

A function to return the voltage range has been added:
getVoltageRange_mV

Further typos corrected

30 Jul 13:57
72a2164
Compare
Choose a tag to compare

"Continous" changed to "continuous" in all files.
Corrected link to the homepage in readme.md

Some maintenance

26 Jul 10:50
aeecc96
Compare
Choose a tag to compare
  • corrected some typos in the comments of the examples
  • eliminated a compiler warning
  • simplified the Single-Shot example

Eliminated Compiler Warning

22 Jul 18:23
447d053
Compare
Choose a tag to compare

Eliminated a compiler warning: a variable could have been used uninitialized.

Correction in init

22 Jul 07:59
82359bd
Compare
Choose a tag to compare

The return value of wire.endTransmission() was bool - correct is byte (uint8_t).

Some changes to setVoltageRange_mV

02 Jul 22:29
57cb29f
Compare
Choose a tag to compare

Switching to Power Down while the range is changed. This avoids unwanted limit alerts.

Fixed the bug in the fix

02 Jul 19:39
251eab8
Compare
Choose a tag to compare

Sorry the fix in last relase had bug!

Fixed a bug in ADS1115.cpp

02 Jul 12:46
24e7b3d
Compare
Choose a tag to compare

When changing the range, the lower alarm limit has not been updated correctly.