mirror of
https://github.com/m5stack/M5Capsule.git
synced 2026-05-20 11:02:45 -07:00
18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"name": "M5Capsule",
|
|
"description": "Library for M5Stack M5Capsule Board",
|
|
"keywords": "M5GFX,M5Stack,M5Capsule",
|
|
"authors": {
|
|
"name": "M5Stack, Sean",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Capsule.git"
|
|
},
|
|
"version": "1.0.1",
|
|
"frameworks": ["arduino"],
|
|
"platforms": ["espressif32", "native"],
|
|
"headers": "M5Capsule.h"
|
|
}
|