Files
M5Unit-HEART/library.json
T
2026-04-03 10:37:35 +09:00

30 lines
742 B
JSON

{
"name": "M5Unit-HEART",
"description": "Library for M5Stack UNIT HEART Using M5UnitUnified",
"keywords": "m5stack, m5unitunified, heart, max30100, max30102, pulse-oximeter, heart-rate, spo2, i2c",
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-HEART.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.2.1",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedHEART.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}