This commit is contained in:
GrafZeppelin 2021-04-05 16:17:38 +02:00
parent b57b22fdea
commit 15e780e6e9
2 changed files with 16 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef MQ135New_H
#define MQ135New_H
#ifndef MQ135_H
#define MQ135_H
#include "Arduino.h"

View file

@ -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