You've already forked M5Unit-HEART
mirror of
https://github.com/m5stack/M5Unit-HEART.git
synced 2026-05-20 11:28:19 -07:00
30 lines
742 B
JSON
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"
|
|
]
|
|
}
|
|
} |