Init
This commit is contained in:
parent
b57b22fdea
commit
15e780e6e9
2 changed files with 16 additions and 4 deletions
4
MQ135.h
4
MQ135.h
|
@ -1,5 +1,5 @@
|
|||
#ifndef MQ135New_H
|
||||
#define MQ135New_H
|
||||
#ifndef MQ135_H
|
||||
#define MQ135_H
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
|
|
16
README.md
16
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
|
||||
|
|
Loading…
Add table
Reference in a new issue