ESP8266_swiss_army_board/src/libs/SD
2019-10-19 15:36:59 +02:00
..
examples Changed underlaying SD card library allowing other file format than 8.3 2019-10-19 15:29:49 +02:00
src Changed underlaying SD card library allowing other file format than 8.3 2019-10-19 15:29:49 +02:00
keywords.txt Added third party libs (some of them are modified) 2019-04-17 20:22:56 +02:00
library.properties Changed underlaying SD card library allowing other file format than 8.3 2019-10-19 15:29:49 +02:00
README.md Changed underlaying SD card library allowing other file format than 8.3 2019-10-19 15:29:49 +02: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