arduino-pico/libraries/SD
2023-12-27 12:01:06 -08:00
..
examples Updated listfiles example and added CardInfo example (#1914) 2023-12-27 12:01:06 -08:00
src Replace ancient "boolean" with "bool" (#1908) 2023-12-20 13:46:07 -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