summaryrefslogtreecommitdiff
path: root/docs/apps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/apps.rst')
-rw-r--r--docs/apps.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/apps.rst b/docs/apps.rst
index 7b24401..9decb62 100644
--- a/docs/apps.rst
+++ b/docs/apps.rst
@@ -37,3 +37,13 @@ Games
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``.
+
+Integration
+-----------
+
+.. automodule:: apps.musicplayer
+
+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``.