micropython-lib/micropython
Andrew Leech 09f0e47386 aioble: Add timeout to device.exchange_mtu.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-01 22:30:43 +10:00
..
bluetooth/aioble aioble: Add timeout to device.exchange_mtu. 2022-09-01 22:30:43 +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 micropython/upysh: Add the cp() function and improve ls and rm. 2022-03-24 10:37:48 +11: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 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).