micropython-lib/micropython
Jim Mussared a5ef231e7d aioble/README.md: Demostrate optional args to aioble.scan().
Adds missing "duration_ms" argument to the example, and a second example
that shows the "interval_us" / "window_us" and also active scan.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-01-17 14:36:41 +11:00
..
aiorepl
bluetooth aioble/README.md: Demostrate optional args to aioble.scan(). 2023-01-17 14:36:41 +11:00
drivers nrf24l01: Improve test to add RP2 support, fix ESP32. 2022-11-15 23:50:04 +11:00
espflash
mip mip: Set opt=3 by default. 2022-11-09 12:43:31 +11:00
mip-cmdline
net
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urllib.urequest
utarfile
xmltok
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).