2024-05-09 13:05:55 +09:00
|
|
|
{
|
2024-09-26 11:22:56 +09:00
|
|
|
"name": "M5UnitUnified",
|
2026-03-25 21:05:03 +09:00
|
|
|
"description": "M5UnitUnified is a library for unified handling of various M5 units products.",
|
|
|
|
|
"keywords": "m5stack, m5unitunified, unit, i2c, gpio, uart, spi, sensor, hal",
|
2024-09-26 11:22:56 +09:00
|
|
|
"authors": {
|
|
|
|
|
"name": "M5Stack",
|
2026-03-25 21:05:03 +09:00
|
|
|
"url": "https://www.m5stack.com"
|
2024-09-26 11:22:56 +09:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/M5UnitUnified.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-22 13:24:02 +09:00
|
|
|
"m5stack/M5Utility": ">=0.0.10",
|
2025-06-02 17:49:59 +09:00
|
|
|
"m5stack/M5HAL": "*"
|
2024-09-26 11:22:56 +09:00
|
|
|
},
|
2026-04-16 19:44:47 +09:00
|
|
|
"version": "0.4.6",
|
2024-09-26 11:22:56 +09:00
|
|
|
"frameworks": [
|
|
|
|
|
"arduino"
|
|
|
|
|
],
|
|
|
|
|
"platforms": [
|
|
|
|
|
"espressif32"
|
|
|
|
|
],
|
|
|
|
|
"headers": "M5UnitUnified.h",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"export": {
|
2024-10-25 15:59:13 +09:00
|
|
|
"exclude": [
|
2024-09-26 11:22:56 +09:00
|
|
|
"docs/html"
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-02-13 18:12:18 +09:00
|
|
|
}
|