You've already forked M5UnitUnified
mirror of
https://github.com/m5stack/M5UnitUnified.git
synced 2026-05-20 11:24:51 -07:00
29 lines
637 B
JSON
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"
|
|
}
|