diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 13:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 13:03:36 +0200 |
commit | 32b43a50e56ce22dfa2486f346f8a471f75f0b57 (patch) | |
tree | 3ef0abe082f8214fec731e4e890fb8184949ae27 /README.md | |
parent | Initial commit (diff) | |
download | ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.tar ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.tar.gz ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.tar.bz2 ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.tar.lz ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.tar.xz ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.tar.zst ADS1115_WE-32b43a50e56ce22dfa2486f346f8a471f75f0b57.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,2 +1,8 @@ # ADS1115_WE -An Arduino library for the 16-bit, 4 channel ADS1115 ADC. convenient to use. All features of the ADS1115 are implemented, including alert functions. +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_WE. + +All features of the ADS1115 are implemented, including alert functions. + +If you like the library it would be cool if you can givit a star. If you find bugs, please inform me. |