Arduino/libraries/SD/src
Federico Fissore 88f7504e81 Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814 2013-10-15 17:09:20 +02:00
..
utility Audio library to the new format 2013-06-27 19:15:53 +02:00
File.cpp Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814 2013-10-15 17:09:20 +02:00
README.txt Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
SD.cpp Ethernet, SD and LiquidCrystal to the new library format 2013-06-26 19:13:04 +02:00
SD.h Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814 2013-10-15 17:09:20 +02:00

README.txt

** SD - a slightly more friendly wrapper for sdfatlib **

This library aims to expose a subset of SD card functionality in the
form of a higher level "wrapper" object.

License: GNU General Public License V3
         (Because sdfatlib is licensed with this.)

(C) Copyright 2010 SparkFun Electronics

Now better than ever with optimization, multiple file support, directory handling, etc - ladyada!