2015-06-24 19:20:57 -04:00
|
|
|
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.
|
2015-06-24 19:24:19 -04:00
|
|
|
|
2015-10-31 20:48:46 -04:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
repl.rst
|
2015-12-08 07:02:04 -05:00
|
|
|
isr_rules.rst
|
2016-03-11 05:50:46 -05:00
|
|
|
speed_python.rst
|
2015-10-31 20:48:46 -04:00
|
|
|
|
2015-06-24 19:24:19 -04:00
|
|
|
.. only:: port_pyboard
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
asm_thumb2_index.rst
|