{% 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 - that MicroPython runs on.

General documentation for MicroPython:

References and tutorials for specific platforms:

Indices and tables:

External links:

{% endblock %}