In ported libraries there were still some remaining DEBUG_ESP_PORT references. Moved to their RP2040 equivalents. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| keywords.txt | ||
| library.properties | ||
| README.md | ||
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