diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 13:22:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 13:22:17 +0200 |
commit | 8efec3e3dc58c439d059b1dbfe1901f7a9f7e982 (patch) | |
tree | 20d79b006381b82e0c137916e821ae83eb4444e7 | |
parent | Add files via upload (diff) | |
download | ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.tar ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.tar.gz ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.tar.bz2 ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.tar.lz ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.tar.xz ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.tar.zst ADS1115_WE-8efec3e3dc58c439d059b1dbfe1901f7a9f7e982.zip |
-rw-r--r-- | library.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..fd0d00e --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=ADS1115_WE
+version=1.0.0
+author=Wolfgang Ewald <wolfgang.ewald@wolles-elektronikkiste.de>
+maintainer=Wolfgang Ewald <wolfgang.ewald@wolles-elektronikkiste.de>
+sentence=A library for the ADS1115 ADC
+paragraph=An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient to use. All features of the ADS1115 are implemented, including alert functions.
+category=Signal Input/Output
+url=https://github.com/wollewald/ADS1115_WE
+architectures=*
+includes=ADS1115_WE.h
\ No newline at end of file |