JeremyGrosser / rp2040_hal

Ada drivers for the Raspberry Pi RP2040 SoC

Home Page:https://pico-doc.synack.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SD card driver

JeremyGrosser opened this issue · comments

The pico-extras repository contains an example for accessing an SD card using four data lines. The driver should implement the HAL.SDMMC interface. The Pimoroni Pico VGA board has a microSD card slot wired for this already, so that should be the target of any example code.