From 15e780e6e9d725b5bccbb8dbdc9bbb84d9cef882 Mon Sep 17 00:00:00 2001 From: GrafZeppelin Date: Mon, 5 Apr 2021 16:17:38 +0200 Subject: [PATCH] Init --- MQ135.h | 4 ++-- README.md | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/MQ135.h b/MQ135.h index 4f3d0fe..795bad1 100644 --- a/MQ135.h +++ b/MQ135.h @@ -1,5 +1,5 @@ -#ifndef MQ135New_H -#define MQ135New_H +#ifndef MQ135_H +#define MQ135_H #include "Arduino.h" diff --git a/README.md b/README.md index 8cc3277..a046968 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# mq135lib -Library for MQ135 Sensor +# MQ135 Library + +Arduino Library for MQ135 Sensor + +## Learn more +* [https://jayconsystems.com/blog/understanding-a-gas-sensor]() + + Basic understanding of an Air-Quality Sensor +* [https://github.com/miguel5612/MQSensorsLib]() + + Another MQ135 Library +* [https://github.com/GeorgK/MQ135]() + + Another MQ135 Library