2024-08-09 00:45:54 +09:00
|
|
|
{
|
2024-09-26 17:48:08 +09:00
|
|
|
"name": "M5Unit-HEART",
|
|
|
|
|
"description": "Library for M5Stack UNIT HEART Using M5UnitUnified",
|
2026-03-23 18:08:57 +09:00
|
|
|
"keywords": "m5stack, m5unitunified, heart, max30100, max30102, pulse-oximeter, heart-rate, spo2, i2c",
|
2024-09-26 17:48:08 +09:00
|
|
|
"authors": {
|
|
|
|
|
"name": "M5Stack",
|
2026-03-23 18:08:57 +09:00
|
|
|
"url": "https://www.m5stack.com"
|
2024-09-26 17:48:08 +09:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/M5Unit-HEART.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-23 18:08:57 +09:00
|
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
2024-09-26 17:48:08 +09:00
|
|
|
},
|
2026-04-03 10:37:35 +09:00
|
|
|
"version": "0.2.1",
|
2024-09-26 17:48:08 +09:00
|
|
|
"frameworks": [
|
|
|
|
|
"arduino"
|
|
|
|
|
],
|
|
|
|
|
"platforms": [
|
|
|
|
|
"espressif32"
|
|
|
|
|
],
|
|
|
|
|
"headers": "M5UnitUnifiedHEART.h",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"export": {
|
2024-10-25 16:01:57 +09:00
|
|
|
"exclude": [
|
2024-09-26 17:48:08 +09:00
|
|
|
"docs/html"
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-04-03 10:37:35 +09:00
|
|
|
}
|