From e4be4f03ecefc6484240259c9609377bcd511f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=BCrg?= Date: Tue, 4 Sep 2018 22:52:45 +0200 Subject: [PATCH] Creates library.properties and moved example to example directory. --- MH-Z19B.ino => example/MH-Z19B/MH-Z19B.ino | 0 library.properties | 9 +++++++++ 2 files changed, 9 insertions(+) rename MH-Z19B.ino => example/MH-Z19B/MH-Z19B.ino (100%) create mode 100644 library.properties diff --git a/MH-Z19B.ino b/example/MH-Z19B/MH-Z19B.ino similarity index 100% rename from MH-Z19B.ino rename to example/MH-Z19B/MH-Z19B.ino diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..d305303 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=MH-Z CO2 Sensors +version=1.0.0 +author=Tobias Schürg +maintainer=Tobias Schürg +sentence=Imeplementation for CO2 sensors of the MH-Z series (Intelligent Infrared CO2 Module) +paragraph=such as MH-Z14A, MH-Z18B (and maybe some more) for Ardunino / ESP8266. +category=Sensors +url=https://github.com/tobiasschuerg/MH-Z-CO2-Sensors +architectures=* \ No newline at end of file