Files
2024-05-09 18:51:54 +09:00

29 lines
637 B
JSON

{
"name": "M5UnitUnified",
"description": "Library for M5Stack/Core2/Tough/CoreS3, M5StickC/C-Plus, M5CoreInk, M5Paper, M5ATOM, M5STAMP, M5Station",
"keywords": "M5UnitUnified",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5UnitUnified.git"
},
"dependencies": [
{
"name": "M5Utility"
},
{
"name": "M5UnitComponent"
},
{
"name": "M5HAL"
}
],
"version": "0.0.0",
"frameworks": ["arduino", "espidf", "*"],
"platforms": ["espressif32"],
"headers": "M5UnitUnified.h"
}