summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2022-05-01 12:27:43 +0200
committerGitHub <noreply@github.com>2022-05-01 12:27:43 +0200
commitac08ad665a78ba743f2925eb59cb12bee5f0a625 (patch)
tree41a5fe8a4c7051d4e41d57cddad0fe274944d0f4
parentUpdate library.properties (diff)
downloadADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.tar
ADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.tar.gz
ADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.tar.bz2
ADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.tar.lz
ADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.tar.xz
ADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.tar.zst
ADS1115_WE-ac08ad665a78ba743f2925eb59cb12bee5f0a625.zip
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d9f0259..939bb16 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@ 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.4.1 I have implemented the option to use TinyWireM instead of Wire. Therefore the library can be used, for example, on
+an ATtiny85.
+
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.