Files
projeto-final-fiap/chips/heartrate.chip.json
2026-02-11 10:27:08 -03:00

19 lines
258 B
JSON

{
"name": "heartrate",
"author": "Amaro Lopes",
"pins": [
"VCC",
"GND",
"BTN",
"OUT"
],
"controls": [
{
"id": "pulseValue",
"label": "Heart Rate",
"type": "slider",
"min": 40,
"max": 200
}
]
}