arduino-pico/libraries/SD
Earle F. Philhower, III 84206eb237
Fix SD.H FILE_WRITE mapping (#1178)
O_RDWR != O_READ|O_WRITE.  Posix is weird.  Thanks @mcspr
2023-02-12 17:46:50 -08:00
..
examples Update SD examples with working SPI configs (#1175) 2023-02-12 11:01:01 -08:00
src Fix SD.H FILE_WRITE mapping (#1178) 2023-02-12 17:46:50 -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