From 88e2b56e8bc83332f1fdeff92e9bfd834f02b865 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 15 Nov 2020 00:54:44 +0100 Subject: doc update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c9482..e3f0511 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'll find more details here: https://wolles-elektronikkiste.de/ads1115. All features of the ADS1115 are implemented, including alert functions. -- cgit v1.2.3 From a8cfe1ad02ef663b2558d2d7aaafc47a72ddc5e1 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 15 Nov 2020 00:55:24 +0100 Subject: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f0511..9ba8a7c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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'll find more details here: https://wolles-elektronikkiste.de/ads1115. +You can find more details here: https://wolles-elektronikkiste.de/ads1115. All features of the ADS1115 are implemented, including alert functions. -- cgit v1.2.3