micropython-lib/micropython
Jim Mussared 50b7aca171 aioble/client.py: Fix default for the `response` arg to char.write().
- `_FLAG_WRITE` was incorrectly `_FLAGS_WRITE`
- `response` should be defaulted to `None` rather than `False` in order
  to detect that when it is unspecified.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-11-08 18:57:29 +11:00
..
aiorepl micropython/aiorepl: Initial version of an asyncio REPL. 2022-09-26 16:33:24 +10:00
bluetooth aioble/client.py: Fix default for the `response` arg to char.write(). 2022-11-08 18:57:29 +11:00
drivers dht: Change the sequence for importing dht_readinto. 2022-11-08 18:23:26 +11:00
espflash espflash: Add a minimal ESP32 bootloader protocol implementation. 2022-11-08 18:45:22 +11:00
mip micropython/mip: Add a new `mip` library for on-device installation. 2022-09-29 22:54:32 +10:00
net ntptime: Allow overriding default NTP timeout. 2022-10-26 00:05:19 +11: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 umqtt.robust: Fix check_msg blocking after reconnect. 2022-10-04 12:59:09 +11:00
umqtt.simple umqtt.simple: Return op from wait_msg() as indication of reception. 2022-10-04 12:34:31 +11: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).