Files
MicroPythonOS/internal_filesystem/lib/README.md
T

11 lines
613 B
Markdown
Raw Normal View History

2025-04-23 17:34:18 +02:00
This /lib folder contains:
- https://github.com/echo-lalia/qmi8658-micropython/blob/main/qmi8685.py but given the correct name "qmi8658.py"
2025-04-24 12:06:05 +02:00
- traceback.mpy from https://github.com/micropython/micropython-lib
2025-04-27 12:27:48 +02:00
- https://github.com/glenn20/micropython-esp32-ota/ installed with import mip; mip.install('github:glenn20/micropython-esp32-ota/mip/ota')
2025-04-28 22:25:22 +02:00
- mip.install('github:jonnor/micropython-zipfile')
2025-05-01 22:42:15 +02:00
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
2025-05-16 17:12:14 +02:00
- mip.install("aiohttp") # easy websockets
- mip.install("base64") # for nostr etc
2025-05-22 21:22:43 +02:00
- mip.install("collections") # used by aiohttp
2025-05-16 12:36:46 +02:00