mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
This adds support for SD cards using the ESP32's built-in hardware SD/MMC
host controller, over either the SDIO bus or SPI. The class is available
as machine.SDCard and using it can be as simple as:
uos.mount(machine.SDCard(), '/sd')