summaryrefslogtreecommitdiff
path: root/wasp/boards/pinetime
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-22 21:51:06 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-06-22 21:51:06 (GMT)
commit88418fd1b50200642f68bd04a48f2e4094b289f7 (patch)
treeb48071a50edb71f55f1870437c48962d17896495 /wasp/boards/pinetime
parent417e408dc4821012d4b34a2bee28338cfc0b4295 (diff)
apps: heart: Introduce simple app for the heart rate sensor
The heart rate analysis step is still a work in progress but the current app allows us to visualize the the results of the signal conditioning. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/pinetime')
-rw-r--r--wasp/boards/pinetime/manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py
index 59061b6..02b5649 100644
--- a/wasp/boards/pinetime/manifest.py
+++ b/wasp/boards/pinetime/manifest.py
@@ -6,6 +6,7 @@ freeze('../..',
(
'apps/clock.py',
'apps/flashlight.py',
+ 'apps/heart.py',
'apps/launcher.py',
'apps/pager.py',
'apps/settings.py',