diff options
Diffstat (limited to 'docs/zephyr/tutorial/index.rst')
-rw-r--r-- | docs/zephyr/tutorial/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/zephyr/tutorial/index.rst b/docs/zephyr/tutorial/index.rst new file mode 100644 index 0000000000..218156b3b0 --- /dev/null +++ b/docs/zephyr/tutorial/index.rst @@ -0,0 +1,16 @@ +.. _zephyr_tutorial: + +MicroPython tutorial for the Zephyr port +======================================== + +This tutorial is intended to get you started with the Zephyr port. + +.. toctree:: + :maxdepth: 1 + :numbered: + + intro.rst + repl.rst + storage.rst + pins.rst + |