summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-17 08:45:16 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-17 08:45:16 (GMT)
commit4906d46ff42ec9ecec49de375677dd6654455845 (patch)
tree433bbeb01a0f2aa30b8e471e37d6465552e82191 /README.rst
parentc3bc8717277db06ab829387bab5ad280d886375c (diff)
apps: demo: Move the demo code into a fully fledged application
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index fe62bbe..8341569 100644
--- a/README.rst
+++ b/README.rst
@@ -109,18 +109,6 @@ At this point you will also be able to use the Nordic UART Service to
access the MicroPython REPL, although currently you must send ^C to
interrupt the program that updates the watch display.
-Just for fun try:
-
-.. code-block:: python
-
- ^C
- import demo
- demo.run()
- # After watching the demo for a bit...
- ^C
- wasp.app.draw(watch)
- wasp.system.run()
-
To set the time and restart the main application:
.. code-block:: python