micropython-lib/micropython
Jim Mussared 8631225b7f micropython/aioble: Add asyncio-based wrapper for ubluetooth.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-05-28 18:26:49 +10:00
..
bluetooth/aioble micropython/aioble: Add asyncio-based wrapper for ubluetooth. 2021-05-28 18:26:49 +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 all: Run black over all code. 2021-05-27 15:50:04 +10: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).