diff options
| author | Johannes Wache <jbwa@posteo.de> | 2020-11-27 10:39:40 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 20:08:59 (GMT) |
| commit | e450ccf9f0cc7a646bfac75d6e1b67d5ee7481f0 (patch) | |
| tree | 4d0bf8cfdb77c216bb59b5d110616bb793ce81e7 /docs | |
| parent | bdd3f91b77d1911a0a8728e90435b271c4218321 (diff) | |
apps: snake: Add a snake game application
Signed-off-by: Johannes Wache <jbwa@posteo.de>
[daniel@redfelineninja.org.uk: Removed some couple of unwanted merge artifacts]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/apps.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/apps.rst b/docs/apps.rst index 88ef2d4..c9a6bb4 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -40,6 +40,13 @@ 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``. +.. automodule:: apps.snake + +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 ----------- |
