micropython-lib/micropython
Damien George 6ae440a8a1 aioble/examples: Change variable name to _ADV_INTERVAL_US.
Following 28136d837a

Signed-off-by: Damien George <damien@micropython.org>
2025-12-08 11:20:11 +11:00
..
aioespnow aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
aiorepl all: Correct various typos in comments and docs. 2025-11-19 00:43:18 +11:00
bluetooth aioble/examples: Change variable name to _ADV_INTERVAL_US. 2025-12-08 11:20:11 +11:00
bundles ssl: Restructure micropython SSL interface to a new tls module. 2024-02-07 12:12:13 +11:00
drivers all: Correct various typos in comments and docs. 2025-11-19 00:43:18 +11:00
espflash all: Fix spelling and typos in comments and docstring. 2025-12-08 11:02:34 +11:00
lora all: Fix spelling and typos in comments and docstring. 2025-12-08 11:02:34 +11:00
mip mip: Optimize _CHUNK_SIZE const for code size. 2025-11-13 14:39:50 +11:00
mip-cmdline micropython/mip: Add command-line functionality for the Unix port. 2022-11-09 12:43:04 +11:00
net aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants. 2024-11-07 12:48:55 +11:00
senml all: Fix spelling and typos in comments and docstring. 2025-12-08 11:02:34 +11:00
uaiohttpclient all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ucontextlib all: Correct various typos in comments and docs. 2025-11-19 00:43:18 +11:00
udnspkt all: Use non-u versions of built-in modules. 2024-06-14 10:35:06 +10:00
umqtt.robust umqtt.robust: Remove reference to missing example. 2024-09-08 22:48:33 +10:00
umqtt.simple umqtt.simple: Add unsubscribe method. 2025-12-02 13:33:12 +11:00
upysh all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urequests requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
urllib.urequest urllib.urequest: Add support for headers to urequest.urlopen. 2025-05-28 11:56:45 +10:00
usb all: Fix spelling and typos in comments and docstring. 2025-12-08 11:02:34 +11:00
utop utop: Print IDF heap details. 2025-05-15 17:38:39 +02:00
xmltok xmltok: Bump patch version. 2023-07-23 11:48:25 +10:00
README.md top: Update top-level docs. 2022-12-16 17:16:03 +11:00

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).