mirror of
https://github.com/m5stack/M5Unit-HEART.git
synced 2026-05-20 11:28:19 -07:00
34 lines
846 B
JSON
34 lines
846 B
JSON
{
|
|
"name": "M5Unit-HEART",
|
|
"description": "Library for M5Stack UNIT HEART Using M5UnitUnified",
|
|
"keywords": "M5Stack UNIT HEART, M5UnitUnified",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-HEART.git"
|
|
},
|
|
"dependencies": {
|
|
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git",
|
|
"M5Utility": "https://github.com/m5stack/M5Utility.git",
|
|
"M5HAL": "https://github.com/m5stack/M5HAL.git"
|
|
},
|
|
"version": "0.0.1",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnifiedHEART.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude":
|
|
[
|
|
"docs/html"
|
|
]
|
|
}
|
|
}
|