diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-06-25 20:59:32 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-06-25 20:59:32 (GMT) |
| commit | 95e129e331b3f66b9d2b639301f3f93766b42381 (patch) | |
| tree | 14517ee5225665aa17cc9ad919b37ac210368b13 /wasp/boards | |
| parent | e6811bb69389bb03de49ebe923672dc1315afb6d (diff) | |
ppg: Pull the PPG signal processing into a seperate library
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/pinetime/manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/pinetime/manifest.py b/wasp/boards/pinetime/manifest.py index 02b5649..0193fed 100644 --- a/wasp/boards/pinetime/manifest.py +++ b/wasp/boards/pinetime/manifest.py @@ -29,6 +29,7 @@ freeze('../..', 'fonts/sans28.py', 'fonts/sans36.py', 'icons.py', + 'ppg.py', 'shell.py', 'wasp.py', 'widgets.py', |
