diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-12-01 07:07:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 07:07:11 +0100 |
commit | 84fe2ac9f8b68a0ae3f7723099448b65798cd6b8 (patch) | |
tree | 95a9de1e376d6dfd6cda8718026d8ab31a531a16 | |
parent | Merge pull request #13 from thijstriemstra/patch-2 (diff) | |
parent | update (diff) | |
download | ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.tar ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.tar.gz ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.tar.bz2 ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.tar.lz ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.tar.xz ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.tar.zst ADS1115_WE-84fe2ac9f8b68a0ae3f7723099448b65798cd6b8.zip |
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ # ADS1115_WE + An Arduino library for the 16-bit, 4 channel ADS1115 ADC with gain and alert functions. -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'll find more details here soon: https://wolles-elektronikkiste.de/ads1115. +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. All features of the ADS1115 are implemented, including alert functions. |