diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/apps.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/apps.rst b/docs/apps.rst index c9a6bb4..f8779f0 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -23,6 +23,17 @@ treated as examples they are described in detail as part of the Watch faces ----------- +.. automodule:: apps.chrono + +This application is very simple and largely serves as an example of how to +implement traditional watch faces. +It is not included by default in any image. +Instead it can be transferred to the device dynamically using wasptool: + +.. code-block:: sh + + ./tools/wasptool --exec wasp/apps/chrono.py --eval 'wasp.system.register(ChronoApp())' + .. automodule:: apps.fibonacci_clock This app is enabled by default in the simulator. |
