micropython-lib/micropython
Mr Keuz a68e8b30ff
Add connect and publish commands
2021-10-29 17:36:24 +03:00
..
bluetooth/aioble aioble: Fix docs for subscribe (needs await). 2021-07-12 13:38:33 +10:00
test.support all: Run black over all code. 2021-05-27 15:50:04 +10:00
uaiohttpclient all: Run black over all code. 2021-05-27 15:50:04 +10:00
ucontextlib all: Run black over all code. 2021-05-27 15:50:04 +10:00
udnspkt all: Run black over all code. 2021-05-27 15:50:04 +10:00
umqtt.robust all: Run black over all code. 2021-05-27 15:50:04 +10:00
umqtt.simple Add connect and publish commands 2021-10-29 17:36:24 +03:00
upip all: Run black over all code. 2021-05-27 15:50:04 +10:00
upysh all: Run black over all code. 2021-05-27 15:50:04 +10:00
urllib.urequest all: Run black over all code. 2021-05-27 15:50:04 +10:00
utarfile all: Run black over all code. 2021-05-27 15:50:04 +10:00
xmltok all: Run black over all code. 2021-05-27 15:50:04 +10:00
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).