Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschuerg committed Aug 29, 2023
1 parent 28aac8d commit fc4be93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ http://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf
Datasheet (MH-Z19C):
https://pdf1.alldatasheet.com/datasheet-pdf/view/1303687/WINSEN/MH-Z19C.html
More info about the sensor:
https://revspace.nl/MHZ19
## More infos about the MHZ sensors an wiring:
- https://revspace.nl/MHZ19
- https://wolles-elektronikkiste.de/en/mh-z14-and-mh-z19-co2-sensors
- https://emariete.com/en/sensor-co2-mh-z19b/
## Further reading:
- http://ihormelnyk.com/Page/mh-z19_co2_meter
- [Building a MH-Z19 CO2 meter](http://ihormelnyk.com/Page/mh-z19_co2_meter)
(russuian, but google translate does a good job)
- https://geektimes.ru/post/285572/
Expand Down
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=MH-Z CO2 Sensors
version=1.4.0
name=MH-Z CO2 Sensors (MH-Z14A, MH-Z19B, MH-Z19C)
version=1.4.1
author=Tobias Schürg, Andreas Horn, drleavsy
maintainer=Tobias Schürg
sentence=Ready to use imeplementation for CO2 sensors of the MHZ series (Intelligent Infrared CO2 Module)
paragraph=Carbon Dioxide modules such as MH-Z14A, MH-Z19B, MH-Z19C (and maybe some more) are supported on Ardunino / ESP8266. Both output signal modes UART via Serial Port and PWM are suppported. See example and/or manual for wireing the mhz14a or mhz19b.
sentence=Ready-to-use implementation for CO2 sensors of the MHZ series (Intelligent Infrared CO2 Module)
paragraph=This library provides support for Carbon Dioxide modules such as MH-Z14A, MH-Z19B, MH-Z19C, and possibly more, on Arduino and ESP8266. It supports both UART via Serial Port and PWM output signal modes. Refer to the examples and the manual for proper wiring instructions for MH-Z14A or MH-Z19B.
category=Sensors
url=https://github.com/tobiasschuerg/MH-Z-CO2-Sensors
architectures=*

0 comments on commit fc4be93

Please sign in to comment.