{% extends "defindex.html" %} {% block body %}
{{ _('Welcome! This is the documentation for MicroPython') }} v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
MicroPython runs on a variety of systems and each has their own specific documentation. You are currently viewing the documentation for {{ port_name }}.
Documentation for MicroPython and the pyboard:
{% if port == "pyboard" %}
Quick reference for {{ port_name }}
General information about {{ port_name }}
Tutorials and code examples
Library Reference |
{% if port == "pyboard" %}
The {{ port }} hardware
Guide for {{ port_name }} on Windows (PDF)
License |
Indices and tables:
Module index
Full index |
Table of contents |
External links:
MicroPython homepage
MicroPython forum |
MicroPython on GitHub |