arduino-pico/libraries/SD
Earle F. Philhower, III e20c973bf5
SDIO doesn't take a clock speed parameter (#2766)
It's fixed by the PIO program and GPIO slew rates encoded in the SdFAT
driver.  Remove the parameter from the SD/SDFS begins.
2025-01-18 09:19:39 -08:00
..
examples Replace ESP8266SdFat w/SdFat 2.3.0, SDIO, ExFAT (#2764) 2025-01-17 15:22:39 -08:00
src SDIO doesn't take a clock speed parameter (#2766) 2025-01-18 09:19:39 -08:00
keywords.txt Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00
library.properties Use optimal bundled library names (#183) 2021-05-31 07:32:20 -07:00
README.md Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49) 2021-04-02 17:46:12 -07:00

Arduino "class SD" shim wrapper

This is a simple wrapper class to replace the ancient Arduino SD.h access method for SD cards. It calls the underlying SDFS and the latest SdFat lib to do all the work, and is now compatible with the rest of the ESP8266 filesystem things.

-Earle F. Philhower, III earlephilhower@yahoo.com