Skip to content

Commit 7dabca9

Browse files
committed
Add MH-Z19C
1 parent 3a38b32 commit 7dabca9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
[![Open issue](https://shields.io/github/issues-raw/Erriez/ErriezMHZ19B)](https://github.com/Erriez/ErriezMHZ19B/issues)
55
[![PlatformIO CI](https://github.com/Erriez/ErriezMHZ19B/actions/workflows/actions.yml/badge.svg)](https://github.com/Erriez/ErriezMHZ19B/actions/workflows/actions.yml)
66

7-
# Erriez MH-Z19B CO2 sensor library for Arduino
7+
# Erriez MH-Z19B/C CO2 sensor library for Arduino
88

9-
This is a MH-Z19B CO2 sensor library for Arduino. It has been built from scratch to support hardware
9+
This is a MH-Z19B / MH-Z19C CO2 sensor library for Arduino. It has been built from scratch to support hardware
1010
and software serial with a small footprint.
1111

12-
The MH-Z19B is a NDIR (Non-Dispersive Infrared) type gas sensor with built-in temperature
12+
The MH-Z19 is a NDIR (Non-Dispersive Infrared) type gas sensor with built-in temperature
1313
compensation to measure CO2 concentration in air.
1414

1515
![MHZ19B](https://raw.githubusercontent.com/Erriez/ErriezMHZ19B/master/extras/MHZ19B.png)

keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################
2-
# Syntax Coloring Map For Erriez MH-Z19B sensor library
2+
# Syntax Coloring Map For Erriez MH-Z19B/C sensor library
33
#######################################
44

55
#######################################

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ErriezMHZ19B",
33
"version": "1.0.0",
4-
"keywords": "arduino, library, mh-z19b, mhz19b, co2, sensor, air, quality, uno, atmega328, esp8266, esp32, due, serial, hardware, documentation, examples, erriez",
4+
"keywords": "arduino, library, mh-z19b, mhz19b, mh-z19c, mhz19c, co2, sensor, air, quality, uno, atmega328, esp8266, esp32, due, serial, hardware, documentation, examples, erriez",
55
"description": "This is a MH-Z19B CO2 gas sensor library for Arduino with hardware and software serial support in a small memory footprint.<br />The supported sensor is a NDIR (Non-Dispersive Infrared) type with built-in temperature compensation for high accuracy.",
66
"homepage": "https://github.com/Erriez/ErriezArduinoLibrariesAndSketches",
77
"license": "MIT",

library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Erriez MH-Z19B CO2 sensor
1+
name=Erriez MH-Z19B/C CO2 sensor
22
version=1.0.0
33
author=Erriez <Erriez@users.noreply.github.com>
44
maintainer=Erriez <Erriez@users.noreply.github.com>
5-
sentence=Erriez MH-Z19B CO2 gas sensor library for Arduino
6-
paragraph=This is a MH-Z19B CO2 gas sensor library for Arduino with hardware and software serial support in a small memory footprint.<br />The supported sensor is a NDIR (Non-Dispersive Infrared) type with built-in temperature compensation for high accuracy.
5+
sentence=Erriez MH-Z19B/C CO2 gas sensor library for Arduino
6+
paragraph=This is a MH-Z19B / MH-Z19C CO2 gas sensor library for Arduino with hardware and software serial support in a small memory footprint.<br />The supported sensor is a NDIR (Non-Dispersive Infrared) type with built-in temperature compensation for high accuracy.
77
category=Sensors
88
url=https://github.com/Erriez/ErriezMHZ19B
99
architectures=*

0 commit comments

Comments
 (0)