b3e013f60e
With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things.
19 lines
331 B
ReStructuredText
19 lines
331 B
ReStructuredText
.. _wipy_tutorial:
|
|
|
|
WiPy tutorials and examples
|
|
===========================
|
|
|
|
Before starting, make sure that you are running the latest firmware,
|
|
for instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:numbered:
|
|
|
|
intro.rst
|
|
repl.rst
|
|
blynk.rst
|
|
wlan.rst
|
|
timer.rst
|
|
reset.rst
|