diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-29 21:27:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 21:27:33 +0200 |
commit | dcc47d871ca506cb6ce4305498b1d036790f9af5 (patch) | |
tree | 025733c2ca7489296ecf96c9b67fc0d37400a7d8 | |
parent | Add files via upload (diff) | |
download | ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.tar ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.tar.gz ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.tar.bz2 ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.tar.lz ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.tar.xz ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.tar.zst ADS1115_WE-dcc47d871ca506cb6ce4305498b1d036790f9af5.zip |
-rw-r--r-- | library.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library.properties b/library.properties index fd0d00e..03e1dbb 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ADS1115_WE
-version=1.0.0
+version=1.1.0
author=Wolfgang Ewald <wolfgang.ewald@wolles-elektronikkiste.de>
maintainer=Wolfgang Ewald <wolfgang.ewald@wolles-elektronikkiste.de>
sentence=A library for the ADS1115 ADC
@@ -7,4 +7,4 @@ paragraph=An Arduino library for the 16-bit, 4 channel ADS1115 ADC, convenient t category=Signal Input/Output
url=https://github.com/wollewald/ADS1115_WE
architectures=*
-includes=ADS1115_WE.h
\ No newline at end of file +includes=ADS1115_WE.h
|