micropython-lib/micropython
Meir Armon b50d3462d7 umqtt.simple: Return op from wait_msg() as indication of reception.
Fixes issue #328.
2022-10-04 12:34:31 +11:00
..
aiorepl
bluetooth/aioble aioble/server.py: Maintain write order for captured characteristics. 2022-09-27 22:47:30 +10:00
drivers
mip micropython/mip: Add a new `mip` library for on-device installation. 2022-09-29 22:54:32 +10:00
net
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple umqtt.simple: Return op from wait_msg() as indication of reception. 2022-10-04 12:34:31 +11:00
upysh
urllib.urequest
utarfile
xmltok
README.md

README.md

MicroPython-specific libraries

These are libraries that have been written specifically for use on MicroPython.

In some cases, the libraries are inspired by or based on equivalent CPython standard libraries, but compatibility varies. The libraries are often named with a "u" prefix.

Other libraries have been written specifically for MicroPython use cases.

Future plans

  • More organised directory structure based on library purpose (e.g. drivers, network, etc).