kopia lustrzana https://github.com/micropython/micropython-lib
![]() Originally by @peterhinch. See https://github.com/micropython/micropython/pull/6007 for discussion. The summary is that on some cards (especially older Kingston ones) if the bus is shared with other SPI devices, then it seems to require that MISO is high for a few cycles before the transaction is initiated. Because CS is high, this change should otherwise be a no-op. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> |
||
---|---|---|
.. | ||
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).