miguel5612 / MQSensorsLib

We present a unified library for MQ sensors, this library allows to read MQ signals easily from Arduino, Genuino, ESP8266, ESP-32 boards whose references are MQ2, MQ3, MQ4, MQ5, MQ6, MQ7, MQ8, MQ9, MQ131, MQ135, MQ136, MQ303A, MQ309A.
MIT License
169 stars 64 forks source link

ESP32 #25

Closed Pmsaini89 closed 4 years ago

Pmsaini89 commented 4 years ago

How to use it with esp32 board.

miguel5612 commented 4 years ago

Hi Pmsaini89, We have deployed a new release to have example on ESP-32 board. Here is the result on the serial port: image And this is the example code: https://github.com/miguel5612/MQSensorsLib/blob/master/examples/ESP32/esp32.ino Board used was wemos ESP-32S.

Pmsaini89 commented 4 years ago

Hi miguel5612, Thank you very much, I appreciate your work.