diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-29 23:23:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 23:23:32 +0200 |
commit | 9d9fac165db8646c7145978adc64e49a65d35e90 (patch) | |
tree | 8128c5c1143f65dfa048d946d0bb8b3973d709af | |
parent | Update Single_Shot.ino (diff) | |
parent | fix website link (diff) | |
download | ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.tar ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.tar.gz ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.tar.bz2 ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.tar.lz ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.tar.xz ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.tar.zst ADS1115_WE-9d9fac165db8646c7145978adc64e49a65d35e90.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # 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_WE. +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. All features of the ADS1115 are implemented, including alert functions. |