Arduino/libraries/SD
David A. Mellis 5ba38fa9bd Applying adafruit SD updates (available() overful fix).
http://code.google.com/p/arduino/issues/detail?id=595
2011-09-09 16:57:00 -04:00
..
examples Applying adafruit SD updates (available() overful fix). 2011-09-09 16:57:00 -04:00
utility Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
File.cpp Applying adafruit SD updates (available() overful fix). 2011-09-09 16:57:00 -04:00
README.txt Incorporating ladyada's SD changes (multifile & directories). 2011-04-18 17:58:54 -04:00
SD.cpp Incorporating ladyada's SD changes (multifile & directories). 2011-04-18 17:58:54 -04:00
SD.h Making Print::write(char *) non-virtual. 2011-09-07 18:41:05 -04:00
keywords.txt Adding position() function to File class and replacing FILE_TRUNCATE and FILE_APPEND with FILE_WRITE (SD library). Updating examples and keywords.txt accordingly. 2010-12-22 15:52:09 -06: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!