micropython-lib/micropython
Peter Hinch d1aaec7174
nrf24l01: Improve test to add RP2 support, fix ESP32.
Use explicit pin numbers to instantiate the SPI interface on RP2.
On ESP32 use SoftSPI(...) rather than SPI(-1, ...).

Update terminology to initiator/responder.

Tested with two Pico boards.
2022-11-15 23:50:04 +11:00
..
aiorepl aiorepl: Fix ordering of saving previous character. 2022-11-09 12:36:05 +11:00
bluetooth
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 micropython/mip: Add command-line functionality for the Unix port. 2022-11-09 12:43:04 +11:00
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).