micropython-lib/micropython
Jim Mussared 3ea74867f3 aioble: Add l2cap channel disconnected().
Allows `await channel.disconnected()`.

This also fixes a bug where connection._l2cap_channel wasn't being set to
None on disconnect.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-11-12 13:35:45 +11:00
..
bluetooth/aioble aioble: Add l2cap channel disconnected(). 2021-11-12 13:35:45 +11: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 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).