micropython-lib/micropython
Jim Mussared c1c0eb0c39 micropython/drivers: Move "nrf24l01" radio driver from main repo.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06 13:21:52 +10:00
..
bluetooth/aioble all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
drivers micropython/drivers: Move "nrf24l01" radio driver from main repo. 2022-09-06 13:21:52 +10:00
uaiohttpclient all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
ucontextlib all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
udnspkt all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
umqtt.robust all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
umqtt.simple all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
upysh all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urllib.urequest all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
utarfile all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
xmltok all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
README.md all: Update READMEs. 2021-05-27 15:41:08 +10:00

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).