Skip to content

Releases: denkitronik/ADS1118

v1.0.3 ESP32 support Added

23 Sep 05:46
Compare
Choose a tag to compare

ESP32 support added. Thanks to @wfang2002

v1.0.1 minor bug fixes.

02 Sep 14:30
c9b9f58
Compare
Choose a tag to compare
  1. Minor typo correction - setSampligRate -> setSamplingRate

  2. Use correct field separator in keywords.txt

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted.

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords

This is the first realease of the library

02 Oct 15:22
Compare
Choose a tag to compare

In this release, we have methods to read temperature and voltage. You can mix them as you want, one or another method, the library will read the correct value. The library also waits until the conversion finish, depending on the sample rate chosen. While wait for the conversion time interrupts are not blocked.