We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba136f commit d5713c8Copy full SHA for d5713c8
docs/library/index.rst
@@ -1,6 +1,17 @@
1
MicroPython libraries
2
=====================
3
4
+.. warning::
5
+
6
+ Important summary of this section
7
8
+ * MicroPython implements a subset of Python functionality for each module.
9
+ * To ease extensibility, MicroPython versions of standard Python modules
10
+ usually have ``u`` (micro) prefix.
11
+ * Any particular MicroPython variant or port may miss any feature/function
12
+ described in this general documentation, due to resource constraints.
13
14
15
This chapter describes modules (function and class libraries) which are built
16
into MicroPython. There are a few categories of modules:
17
0 commit comments