first commit
This commit is contained in:
19
chips/heartrate.chip.json
Normal file
19
chips/heartrate.chip.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "heartrate",
|
||||
"author": "Amaro Lopes",
|
||||
"pins": [
|
||||
"VCC",
|
||||
"GND",
|
||||
"BTN",
|
||||
"OUT"
|
||||
],
|
||||
"controls": [
|
||||
{
|
||||
"id": "pulseValue",
|
||||
"label": "Heart Rate",
|
||||
"type": "slider",
|
||||
"min": 40,
|
||||
"max": 200
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user