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

Voltage resolution data type incorrect #10

Closed aetilius closed 5 years ago

aetilius commented 5 years ago

The _VOLT_RESOLUTION class variable is wrong data type, it should be float and not int.

Ghiordy commented 5 years ago

Thanks you for reporting, correction has been added successfully.