Skip to content
Snippets Groups Projects
Commit 8e3af7d4 authored by Nicko van Someren's avatar Nicko van Someren Committed by Damien George
Browse files

esp32: Add machine.SDCard class using built-in HW SD/MMC controller.

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')
parent 84f1067f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment