diff options
author | Damien George <damien.p.george@gmail.com> | 2016-05-03 01:39:04 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-05-03 01:39:04 +0100 |
commit | 879bc4197a9cfa8312fbf21fb3b99529b043b6ea (patch) | |
tree | 84bfff8fbb125af959d102157520b662a5679389 /docs/esp8266/tutorial/index.rst | |
parent | 5e94f0b43a28d919f568a786fe019cbfbdfa04a6 (diff) |
docs/esp8266: Add ESP8266 tutorial.
Diffstat (limited to 'docs/esp8266/tutorial/index.rst')
-rw-r--r-- | docs/esp8266/tutorial/index.rst | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/index.rst b/docs/esp8266/tutorial/index.rst index 7a68e9dc4..1a00afd85 100644 --- a/docs/esp8266/tutorial/index.rst +++ b/docs/esp8266/tutorial/index.rst @@ -3,4 +3,30 @@ MicroPython tutorial for ESP8266 ================================ -TBD +This tutorial is intended to get you started using MicroPython on the ESP8266 +system-on-a-chip. If it is your first time it is recommended to follow the +tutorial through in the order below. Otherwise the sections are mostly self +contained, so feel free to skip to those that interest you. + +The tutorial does not assume that you know Python, but it also does not attempt +to explain any of the details of the Python language. Instead it provides you +with commands that are ready to run, and hopes that you will gain a bit of +Python knowledge along the way. To learn more about Python itself please refer +to `<https://www.python.org>`__. + +.. toctree:: + :maxdepth: 1 + :numbered: + + intro.rst + repl.rst + filesystem.rst + network_basics.rst + network_tcp.rst + pins.rst + pwm.rst + adc.rst + powerctrl.rst + onewire.rst + neopixel.rst + nextsteps.rst |