summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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 f804034..9efa694 100644
--- a/README.rst
+++ b/README.rst
@@ -110,18 +110,6 @@ access the MicroPython REPL, although currently you must send ^C to
interrupt the program that updates the watch display. You can use
``tools/wasptool --console`` to access the MicroPython REPL.
-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