Skip to content

Releases: ostaquet/Arduino-MQ131-driver

1.5.4

02 Jan 16:37

Choose a tag to compare

  • Change define directives with constexpr to conserve type safety. Thanks to @TheZitroX for the PR.

1.5.2

19 May 10:21
fdbff3f

Choose a tag to compare

  • Fix environmental correction ratio (issue #41). There was an exchange between the equation of 85% humidity and 30% humidity correction. Thanks to @JosephJohnZ for noticing this!

1.5.1

05 Nov 08:37

Choose a tag to compare

  • Fix compiling issue coming from the last patch

1.5.0

01 Nov 15:03
328c51c

Choose a tag to compare

  • Add support for MQ131 low concentration version SnO2; thanks to @Kesavaram !

1.4.4

01 Nov 14:48
c990e69

Choose a tag to compare

  • Fix valueRL as uint32_t in place of uint16_t. Thanks to @ferreiradiego to notice it.

1.4.3

19 Jul 07:17
defb973

Choose a tag to compare

  • Update library.properties to update Arduino Library repository

1.4.2

19 Jul 06:44
4fffaa0

Choose a tag to compare

  • Go back to previous equations to calculate the concentration because there are aligned with 0ppm/ppb even if the R^2 is a bit lower...

1.4.1

07 Jul 12:39

Choose a tag to compare

  • Fix the environmental adjustment based on data sheet

1.4.0

18 Jun 05:09
01c06c6

Choose a tag to compare

  • Some changes in the documentation
  • Fixes in the environmental correction
  • Improve the conversion functions (Rs to PPM values)
  • Add Python scripts to compute the conversion functions
  • Bug fixing

1.3.1

04 May 11:43
ad6995b

Choose a tag to compare

  • Update library.properties