blob: 7a85fc5cf3492bed8c39cbb6bcc8ad5ab9d00714 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
|