You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
The MicroPython language
|
|
|
|
========================
|
|
|
|
|
|
|
|
MicroPython aims to implement the Python 3.4 standard, and most of
|
|
|
|
the features of MicroPython are identical to those described by the
|
|
|
|
documentation at
|
|
|
|
`docs.python.org <https://docs.python.org/3.4/reference/index.html>`_.
|
|
|
|
|
|
|
|
Differences to standard Python as well as additional features of
|
|
|
|
MicroPython are described in the sections here.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
repl.rst
|
|
|
|
isr_rules.rst
|
|
|
|
speed_python.rst
|
|
|
|
constrained.rst
|
|
|
|
|
|
|
|
.. only:: port_pyboard
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
asm_thumb2_index.rst
|