2017-07-01 15:09:40 -04:00
|
|
|
.. _micropython_lib:
|
|
|
|
|
2015-06-04 18:53:26 -04:00
|
|
|
MicroPython libraries
|
|
|
|
=====================
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2017-05-14 17:26:44 -04:00
|
|
|
.. warning::
|
|
|
|
|
2018-02-20 20:34:59 -05:00
|
|
|
These modules are inherited from MicroPython and may not work in CircuitPython
|
|
|
|
as documented or at all! If they do work, they may change at any time.
|
|
|
|
|
2016-04-26 18:32:38 -04:00
|
|
|
|
|
|
|
Python standard libraries and micro-libraries
|
|
|
|
---------------------------------------------
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2018-02-20 20:34:59 -05:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
builtins.rst
|
|
|
|
array.rst
|
|
|
|
gc.rst
|
|
|
|
sys.rst
|
2018-05-03 10:34:43 -04:00
|
|
|
binascii.rst
|
2018-02-20 20:34:59 -05:00
|
|
|
ucollections.rst
|
|
|
|
uerrno.rst
|
|
|
|
uhashlib.rst
|
|
|
|
uheapq.rst
|
|
|
|
uio.rst
|
|
|
|
ujson.rst
|
|
|
|
ure.rst
|
|
|
|
uselect.rst
|
|
|
|
usocket.rst
|
|
|
|
ussl.rst
|
|
|
|
ustruct.rst
|
|
|
|
uzlib.rst
|
2016-04-26 18:14:16 -04:00
|
|
|
|
|
|
|
|
2016-04-26 18:37:45 -04:00
|
|
|
MicroPython-specific libraries
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
Functionality specific to the MicroPython implementation is available in
|
|
|
|
the following libraries.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2017-04-03 17:29:23 -04:00
|
|
|
btree.rst
|
2017-02-27 01:16:32 -05:00
|
|
|
framebuf.rst
|
2016-04-26 18:37:45 -04:00
|
|
|
micropython.rst
|
|
|
|
network.rst
|
|
|
|
uctypes.rst
|
|
|
|
|
2018-02-20 20:34:59 -05:00
|
|
|
Libraries specific to the ESP8266
|
|
|
|
---------------------------------
|
2016-04-26 18:37:45 -04:00
|
|
|
|
2018-02-20 20:34:59 -05:00
|
|
|
The following libraries are specific to the ESP8266.
|
2015-06-10 17:29:56 -04:00
|
|
|
|
2018-02-20 20:34:59 -05:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2015-05-26 17:34:31 -04:00
|
|
|
|
2018-02-20 20:34:59 -05:00
|
|
|
esp.rst
|