kopia lustrzana https://github.com/micropython/micropython-lib
![]() The `bluetooth` module replaced the def_handle field with end_handle in the characteristic result IRQ. Use this when querying for descriptors. In the case where this is not available (older versions of micropython) continue the existing behavior of searching just past the value handle, although decrease this to +2 to avoid finding other characteristic's descriptors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> |
||
---|---|---|
.. | ||
bluetooth/aioble | ||
drivers | ||
net | ||
uaiohttpclient | ||
ucontextlib | ||
udnspkt | ||
umqtt.robust | ||
umqtt.simple | ||
upysh | ||
urllib.urequest | ||
utarfile | ||
xmltok | ||
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).