diff options
author | Matt Trentini <matthew.trentini@planetinnovation.com.au> | 2021-05-23 17:20:43 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-05-30 22:31:34 +1000 |
commit | a6a8941d84a4d38129bdc00be701a7ca8fc867b6 (patch) | |
tree | cba3438dd86bef8a75c5ab533ecb3aa00bf8d138 /docs/rp2/tutorial | |
parent | 53519e322a5a0bb395676cdaa132f5e82de22909 (diff) |
docs/rp2: Add skeleton docs for the rp2 port.
Diffstat (limited to 'docs/rp2/tutorial')
-rw-r--r-- | docs/rp2/tutorial/intro.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/rp2/tutorial/intro.rst b/docs/rp2/tutorial/intro.rst new file mode 100644 index 000000000..5609ab379 --- /dev/null +++ b/docs/rp2/tutorial/intro.rst @@ -0,0 +1,6 @@ +.. _rp2_intro: + +Getting started with MicroPython on the RP2xxx +============================================== + +Let's get started! |