2025-01-08 20:40:31 +09:00
|
|
|
{
|
|
|
|
|
"name": "M5Unit-COLOR",
|
|
|
|
|
"description": "Library for M5Stack UNIT COLOR using M5UnitUnified",
|
2026-03-31 17:37:19 +09:00
|
|
|
"keywords": "m5unitunified, m5stack, color, sensor, rgbc, tcs34725, i2c",
|
2025-01-08 20:40:31 +09:00
|
|
|
"authors": {
|
|
|
|
|
"name": "M5Stack",
|
2026-03-24 18:28:38 +09:00
|
|
|
"url": "https://www.m5stack.com"
|
2025-01-08 20:40:31 +09:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/M5Unit-COLOR.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-24 18:28:38 +09:00
|
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
2025-01-08 20:40:31 +09:00
|
|
|
},
|
2026-04-03 11:09:03 +09:00
|
|
|
"version": "0.1.1",
|
2025-01-08 20:40:31 +09:00
|
|
|
"frameworks": [
|
|
|
|
|
"arduino"
|
|
|
|
|
],
|
|
|
|
|
"platforms": [
|
|
|
|
|
"espressif32"
|
|
|
|
|
],
|
|
|
|
|
"headers": "M5UnitUnifiedCOLOR.h",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"export": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"docs/html"
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-03-31 17:37:19 +09:00
|
|
|
}
|