diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-22 09:25:24 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-22 09:25:24 (GMT) |
| commit | 748e5fe65ad9bfb0809953fcb34558be05788587 (patch) | |
| tree | c04ce3be4b0111e7beab75bb6fe461ef4e651c4f /docs/apps.rst | |
| parent | 6f0238415ff55e9e5969465c811a86781963ff87 (diff) | |
docs: Wordsmtithing updates after review
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs/apps.rst')
| -rw-r--r-- | docs/apps.rst | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/apps.rst b/docs/apps.rst index 9decb62..b8fc67c 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -9,8 +9,8 @@ Application Library Built-in -------- -The built-in application are summarised below but since these apps are -considers to be examples they are described in detail as part of the +The built-in application are summarised below but because these apps are +treated as examples they are described in detail as part of the :ref:`Wasp-os Reference Manual`: * :py:class:`.ClockApp` @@ -25,18 +25,20 @@ Watch faces .. automodule:: apps.fibonacci_clock -This is enabled by default in the simulator. The app is bundled in the -firmware image but it is disabled by default to keep RAM available for -user developed applications. It can be enabled by modifying ``main.py``. +This app is enabled by default in the simulator. +The app is also frozen into the firmware image but it is disabled by +default in order to keep RAM available for user developed applications. +It can be enabled by modifying ``main.py``. Games ----- .. automodule:: apps.gameoflife -This is enabled by default in the simulator. The app is bundled in the -firmware image but it is disabled by default to keep RAM available for -user developed applications. It can be enabled by modifying ``main.py``. +This app is enabled by default in the simulator. +The app is also frozen into the firmware image but it is disabled by +default in order to keep RAM available for user developed applications. +It can be enabled by modifying ``main.py``. Integration ----------- |
