1 parent cdbeee0 commit 998578aCopy full SHA for 998578a
1 file changed
README.md
@@ -22,7 +22,8 @@ MicroPython implements the entire Python 3.4 syntax (including exceptions,
22
The following core datatypes are provided: str (including basic Unicode
23
support), bytes, bytearray, tuple, list, dict, set, frozenset, array.array,
24
collections.namedtuple, classes and instances. Builtin modules include sys,
25
-time, and struct. Note that only subset of Python 3.4 functionality
+time, and struct, etc. Select ports have support for _thread module
26
+(multithreading). Note that only subset of Python 3.4 functionality
27
implemented for the data types and modules.
28
29
See the repository www.github.com/micropython/pyboard for the Micro
0 commit comments