kopia lustrzana https://github.com/micropython/micropython-lib
![]() Changes are: - fix typos - make constants global - rename functions with double underscore to single underscore - rename __init__ keyword argument cs_pin -> cs - rename read_mlc_output() -> mlc_output() - rename read_gyro() -> gyro() - rename read_accel() -> accel() - update manifest |
||
---|---|---|
.. | ||
aiorepl | ||
bluetooth | ||
bundles | ||
drivers | ||
espflash | ||
mip | ||
mip-cmdline | ||
net | ||
uaiohttpclient | ||
ucontextlib | ||
udnspkt | ||
umqtt.robust | ||
umqtt.simple | ||
upysh | ||
urllib.urequest | ||
utarfile | ||
xmltok | ||
README.md |
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).