arduino-pico/libraries/SD
Earle F. Philhower, III 4f4e638aee
Replace most remaining ESP_ debug macros (#2305)
In ported libraries there were still some remaining DEBUG_ESP_PORT
references.  Moved to their RP2040 equivalents.
2024-07-28 09:36:10 -07:00
..
examples Updated listfiles example and added CardInfo example (#1914) 2023-12-27 12:01:06 -08:00
src Replace most remaining ESP_ debug macros (#2305) 2024-07-28 09:36:10 -07: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