-
Notifications
You must be signed in to change notification settings - Fork 4
/
library.json
25 lines (25 loc) · 1012 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "ErriezMHZ19B",
"version": "1.0.0",
"keywords": "arduino, library, mh-z19b, mhz19b, mh-z19c, mhz19c, co2, sensor, air, quality, uno, atmega328, esp8266, esp32, due, serial, hardware, documentation, examples, erriez",
"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.",
"homepage": "https://github.com/Erriez/ErriezArduinoLibrariesAndSketches",
"license": "MIT",
"authors": {
"name": "Erriez",
"url": "https://github.com/Erriez",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/Erriez/ErriezMHZ19B.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"espressif8266",
"espressif32"
]
}