Added MQ Board sample

This commit is contained in:
miguel5612
2019-05-27 12:11:01 -05:00
parent 7910c35a54
commit 612febd54a
2 changed files with 70 additions and 1 deletions

View File

@ -58,7 +58,7 @@ void setup() {
}
void loop() {
//Read the sensor and print in serial port
//Read the sensor
int lecture2 = MQ2.calibrate();
int lecture3 = MQ3.calibrate();
int lecture4 = MQ4.calibrate();