Files
M5Unit-HEART/library.json
T
2024-09-26 17:48:08 +09:00

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"
]
}
}