summaryrefslogtreecommitdiff
path: root/wasp/boards
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-02-21 20:27:48 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-02-21 20:27:48 (GMT)
commit8940b7c3abf2d41ecbc80b227cfdfd0c87446d54 (patch)
tree01341e1f5b150e6dcf1892f0e566454afc1eff51 /wasp/boards
parentb7340371151617b0c602616ab6c85800dd00a870 (diff)
steplogger: Introduce code to perform data logging
The code is not yet enabled by default but it can be tested by adding custom code to an interested user's main.py . Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards')
-rw-r--r--wasp/boards/manifest_240x240.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/manifest_240x240.py b/wasp/boards/manifest_240x240.py
index d691542..e36896f 100644
--- a/wasp/boards/manifest_240x240.py
+++ b/wasp/boards/manifest_240x240.py
@@ -29,5 +29,6 @@ manifest = (
'fonts/sans28.py',
'fonts/sans36.py',
'icons.py',
+ 'steplogger.py',
'widgets.py',
)