mirror of https://github.com/espruino/BangleApps
audio test
parent
360100e22b
commit
ee3b2c6034
|
@ -267,7 +267,7 @@
|
||||||
{ "id": "stetho",
|
{ "id": "stetho",
|
||||||
"name": "Stethoscope",
|
"name": "Stethoscope",
|
||||||
"icon": "stetho.png",
|
"icon": "stetho.png",
|
||||||
"version":"0.017",
|
"version":"0.018",
|
||||||
"description": "Hear your heart rate",
|
"description": "Hear your heart rate",
|
||||||
"tags": "health",
|
"tags": "health",
|
||||||
"storage": [
|
"storage": [
|
||||||
|
|
|
@ -25,7 +25,7 @@ function readHRM() {
|
||||||
g.clearRect(0,100,239,239);
|
g.clearRect(0,100,239,239);
|
||||||
g.moveTo(-100,0);
|
g.moveTo(-100,0);
|
||||||
}
|
}
|
||||||
freq(parseFloat(a*960*4));
|
freq(parseFloat(y+1.0)*1000);
|
||||||
|
|
||||||
g.setColor(1,1,1);
|
g.setColor(1,1,1);
|
||||||
g.lineTo(x,y);
|
g.lineTo(x,y);
|
||||||
|
|
Loading…
Reference in New Issue