diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2021-02-18 23:46:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 23:46:37 +0100 |
commit | 98668b3e112a770a99d8312f35b2dee61da52eb7 (patch) | |
tree | 5cb0a60ab2394f9a9197ed4987454a2c2b7361b7 | |
parent | Add files via upload (diff) | |
download | ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.tar ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.tar.gz ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.tar.bz2 ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.tar.lz ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.tar.xz ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.tar.zst ADS1115_WE-98668b3e112a770a99d8312f35b2dee61da52eb7.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,4 +12,11 @@ https://wolles-elektronikkiste.de/en/ads1115-a-d-converter-with-amplifier (Engli All features of the ADS1115 are implemented, including alert functions. +In version 1.3.0 I have added a feature to the continuous mode, which ensures that you can change channels safely without risking that the +first data read is still from the former channel. If you experienced this issue, you might have solved it with a delay. If this applies to +you, you can delete the delays. + +It seems there are modules out there which do not have the full 16 bit resolution. It's not an issue of this library: +https://github.com/wollewald/ADS1115_WE/issues/15 + If you like the library it would be cool if you can give it a star. If you find bugs, please inform me. |