micropython-lib/micropython
Andrew Leech 93492e00b9 aioble/security: Add DeviceConnection.pairing_in_progress flag.
Will be True if the pairing process has been started but is waiting for ack from remote device.
2025-05-09 10:15:34 +10:00
..
aioespnow
aiorepl
bluetooth aioble/security: Add DeviceConnection.pairing_in_progress flag. 2025-05-09 10:15:34 +10:00
bundles
drivers nrf24l10: Bump minor version. 2025-04-10 22:33:53 +10:00
espflash
lora lora-sx126x: Fix invert_iq_rx / invert_iq_tx behaviour. 2025-04-10 22:39:40 +10:00
mip
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urequests
urllib.urequest
usb usb-device-cdc: Optimise writing small data so it doesn't require alloc. 2025-04-13 13:27:47 +10:00
xmltok
README.md

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).