Skip to content
Snippets Groups Projects
user avatar
Nicko van Someren authored
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')
8e3af7d4
History