Skip to content
Snippets Groups Projects
Select Git revision
  • b3e013f60ec0feb5b64bcadb45b154d093731c97
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

index.rst

Blame
  • user avatar
    Damien George authored
    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.
    b3e013f6
    History
    To learn more about this project, read the wiki.
    index.rst 968 B

    MicroPython tutorial for ESP8266

    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.