diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2021-01-06 15:27:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 15:27:56 +0100 |
commit | 35261476174ed2b672dcb77ebd617853828c1d0f (patch) | |
tree | fe312058b18bc7c8f294d50e56fa9a19ada27bbb /README.md | |
parent | Merge pull request #14 from thijstriemstra/patch-3 (diff) | |
download | ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.tar ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.tar.gz ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.tar.bz2 ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.tar.lz ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.tar.xz ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.tar.zst ADS1115_WE-35261476174ed2b672dcb77ebd617853828c1d0f.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,9 @@ An Arduino library for the 16-bit, 4 channel ADS1115 ADC with gain and alert fun I have have tried to optimize the library for convenience to use. If you try the examples I recommend to start with `Single_Shot.ino`. -You can find more details here: https://wolles-elektronikkiste.de/ads1115. +You can find more details here: +https://wolles-elektronikkiste.de/ads1115 (German) +https://wolles-elektronikkiste.de/en/ads1115-a-d-converter-with-amplifier (English) All features of the ADS1115 are implemented, including alert functions. |