diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-08-16 17:48:15 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-08-16 17:48:15 (GMT) |
| commit | 9877ea99bd5aed4c27414dd89de754202c256f26 (patch) | |
| tree | 788f52645bf89e67d3570b2a4a3070623f35107c /wasp/apps/heart.py | |
| parent | c5a4a14334913755a3c8b10b4d08c96c718b55b0 (diff) | |
README: Add a (fairly) comprehensive screenshot tour
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/heart.py')
| -rw-r--r-- | wasp/apps/heart.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wasp/apps/heart.py b/wasp/apps/heart.py index 367d17a..bff558e 100644 --- a/wasp/apps/heart.py +++ b/wasp/apps/heart.py @@ -8,6 +8,10 @@ import ppg class HeartApp(): """Heart Rate Sensing application. + .. figure:: res/HeartApp.png + :width: 179 + + Screenshot of the heart rate application """ NAME = 'Heart' |
