From 333e16521bc8af8a55f362c1bad2f21c4704d20b Mon Sep 17 00:00:00 2001 From: Julia Hathaway Date: Mon, 2 Aug 2021 17:01:57 -0500 Subject: docs/zephyr: Add quick reference for the Zephyr port. Includes an introduction to using the Zephyr port on MicroPython. The quickref details examples of how to use each module the port currently supports. The tutorial provides additional details for Zephyr specific modules. Signed-off-by: Julia Hathaway --- docs/zephyr/tutorial/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/zephyr/tutorial/index.rst (limited to 'docs/zephyr/tutorial/index.rst') 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 + -- cgit v1.2.3