Releases: RobTillaart/ADS1X15
Releases · RobTillaart/ADS1X15
0.5.3 release
- fix #91, problem with LATCH constants
- add ( ) to the #defines, see #91
- add getMaxRegValue(), see #91
- fix #90, change parameter type toVoltage(float)
- improve performance toVoltage(float)
- update parameter constants section in .h file
- update readme.md, interrupt and ALERT/RDY section (kudos to ejdp62)
- update keywords.txt
- update unit_tests (constants)
- update readme.md
- minor edits
0.5.2 release
- Add note about FALLING edge when using interrupts, see #87
- update comments in some examples
- minor edits
0.5.1 release
- fix #82, minimal timeout 10 ms for RTOS, kudos to deKees687
- set error flag for TIMEOUT
- add error codes to keywords.txt
0.5.0 release
- Fix #80, setComparatorPolarity() and setComparatorLatch() inverting.
- add test example to test parameters.
- add unit tests to test parameters.
0.4.5 release
0.4.4 release
- Fix #76, update readme.md Comparator Polarity
- added defines to replace magic numbers (not used in code yet)
- minor edits
0.4.3 release
- Fix #74, ALERT/RDY pin documentation
- update readme.md
- minor edits examples
0.4.2 release
- fix #68, gain bugs ADS1x13
- add unit test for ADS1x13
- update GitHub/actions to v4
- removed depreciated getLastValue()
- add multiplexer section to readme.md
0.4.1 release
fix typos + minor edits (#67)
0.4.0 release
refactor API, begin() (#66) - refactor API, begin() - update readme.md - update examples