Back to Micropython

MicroPython documentation

docs/templates/topindex.html

1.28.02.7 KB
Original Source

{% extends "layout.html" %} {% set title = _('Overview') %} {% block body %}

MicroPython documentation

{{ _('Welcome! This is the documentation for MicroPython') }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.

MicroPython runs on a variety of systems and hardware platforms. Here you can read the general documentation which applies to all systems, as well as specific information about the various platforms - also known as [ports]({{%20pathto() - that MicroPython runs on.

General documentation for MicroPython:

|

[Library Reference]({{%20pathto()
MicroPython libraries and modules

[MicroPython Differences]({{%20pathto()
MicroPython operations which differ from CPython

|

[Language Reference]({{%20pathto()
information about MicroPython specific language features

[License]({{%20pathto()
MicroPython license information

|

References and tutorials for specific platforms:

|

[Quick reference for the pyboard]({{%20pathto()
pinout for the pyboard, snippets of useful code, and a tutorial

[Quick reference for the ESP8266]({{%20pathto()
pinout for ESP8266-based boards, snippets of useful code, and a tutorial

[Quick reference for the ESP32]({{%20pathto()
pinout for ESP32-based boards, snippets of useful code, and a tutorial

[Quick reference for the Raspberry Pi RP2xxx]({{%20pathto()
pinout for rp2xxx-based boards, snippets of useful code, and a tutorial

[Quick reference for the NXP i.MXRT 10xx]({{%20pathto()
general introduction, snippets of useful code, and a tutorial

[Quick reference for the WiPy/CC3200]({{%20pathto()
pinout for the WiPy/CC3200, snippets of useful code, and a tutorial

[Quick reference for UNIX and Windows]({{%20pathto()
command-line reference

[Quick reference for the Zephyr port]({{%20pathto()
snippets of useful code and a tutorial

[Quick reference for the Renesas RA]({{%20pathto()
general information for Renesas RA based boards, snippets of useful code, and a tutorial

[Quick reference for the SAMD21/SAMD51]({{%20pathto()
general information for SAMD21/SAMD51 based boards, snippets of useful code, and a tutorial

|

Indices and tables:

|

[Module index]({{%20pathto()
quick access to all modules

[Full index]({{%20pathto()
all functions, classes, constants

|

[Glossary]({{%20pathto()
MicroPython terms explained

[Table of contents]({{%20pathto()
a list of all sections and subsections

|

External links:

|

MicroPython homepage
the official MicroPython site

GitHub Discussions
community discussion for all things related to MicroPython

|

MicroPython on GitHub
contribute to the source code on GitHub

|

{% endblock %}