summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2020-12-01 07:07:11 +0100
committerGitHub <noreply@github.com>2020-12-01 07:07:11 +0100
commit84fe2ac9f8b68a0ae3f7723099448b65798cd6b8 (patch)
tree95a9de1e376d6dfd6cda8718026d8ab31a531a16
parentMerge pull request #13 from thijstriemstra/patch-2 (diff)
parentupdate (diff)
downloadADS1115_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.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05c9482..9ba8a7c 100644
--- a/README.md
+++ b/README.md
@@ -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.