first commit

This commit is contained in:
2026-02-11 10:27:08 -03:00
commit 203a4a006d
9 changed files with 655 additions and 0 deletions

19
chips/heartrate.chip.json Normal file
View 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
}
]
}

BIN
chips/heartrate.chip.wasm Executable file

Binary file not shown.