Files

35 lines
931 B
JSON
Raw Permalink Normal View History

2021-06-28 11:11:20 +08:00
{
2024-09-26 11:42:29 +09:00
"name": "M5Unit-ENV",
"description": "Library for M5Stack UNIT ENV using M5UnitUnified",
"keywords": "m5stack, m5unitunified, env, scd40, scd41, sht30, sht40, qmp6988, bmp280, bme688, sgp30, co2, temperature, humidity, pressure, tvoc, i2c",
2024-09-26 11:42:29 +09:00
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
2024-09-26 11:42:29 +09:00
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-ENV.git"
},
2025-06-12 19:56:31 +09:00
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4",
2025-06-12 19:56:31 +09:00
"boschsensortec/BME68x Sensor library": ">=1.3.40408",
"boschsensortec/bsec2": ">=1.10.2610"
2024-09-26 11:42:29 +09:00
},
2026-04-02 14:31:37 +09:00
"version": "1.4.0",
2024-09-26 11:42:29 +09:00
"frameworks": [
"arduino"
],
2025-01-21 16:52:22 +09:00
"headers": [
"M5UnitENV.h",
"M5UnitUnifiedENV.h"
2025-01-21 16:52:59 +09:00
],
"platforms": [
"espressif32"
],
2024-09-26 14:41:32 +09:00
"license": "MIT",
"export": {
2024-10-25 16:00:10 +09:00
"exclude": [
2024-09-26 14:41:32 +09:00
"docs/html"
]
}
2026-04-02 14:31:37 +09:00
}