| | |
|
e | |
|
esp |
functions related to the ESP8266 |
| | |
|
g | |
|
gc |
control the garbage collector |
| | |
|
m | |
|
machine |
functions related to the board |
|
math |
mathematical functions |
|
micropython |
access and control MicroPython internals |
| | |
|
n | |
|
network |
network configuration |
| | |
|
s | |
|
sys |
system specific functions |
| | |
|
u | |
|
ubinascii |
binary/ASCII conversions |
|
ucollections |
collection and container types |
|
uctypes |
access binary data in a structured way |
|
uhashlib |
hashing algorithm |
|
uheapq |
heap queue algorithm |
|
uio |
input/output streams |
|
ujson |
JSON encoding and decoding |
|
uos |
basic "operating system" services |
|
ure |
regular expressions |
|
usocket |
socket module |
|
ussl |
TLS/SSL wrapper for socket objects |
|
ustruct |
pack and unpack primitive data types |
|
utime |
time related functions |
|
uzlib |
zlib decompression |