diff options
-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 |