kopia lustrzana https://github.com/micropython/micropython-lib
![]() 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. |
||
---|---|---|
.. | ||
aiorepl | ||
bluetooth | ||
drivers | ||
espflash | ||
mip | ||
mip-cmdline | ||
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).