Releases: denkitronik/ADS1118
Releases · denkitronik/ADS1118
v1.0.3 ESP32 support Added
ESP32 support added. Thanks to @wfang2002
v1.0.1 minor bug fixes.
-
Minor typo correction - setSampligRate -> setSamplingRate
-
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
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.