Files

31 lines
713 B
JSON
Raw Permalink Normal View History

2025-01-08 20:40:31 +09:00
{
"name": "M5Unit-COLOR",
"description": "Library for M5Stack UNIT COLOR using M5UnitUnified",
"keywords": "m5unitunified, m5stack, color, sensor, rgbc, tcs34725, i2c",
2025-01-08 20:40:31 +09:00
"authors": {
"name": "M5Stack",
"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": {
"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"
]
}
}