Arduino/libraries/SD
David A. Mellis 34b265ed4c Fixing SD card SPI pin mapping for Leonardo.
http://code.google.com/p/arduino/issues/detail?id=931
2012-06-22 11:28:16 -05:00
..
examples Updated all comments for while (!Serial) additions to serial-based examples 2012-04-09 10:48:40 -04:00
utility Fixing SD card SPI pin mapping for Leonardo. 2012-06-22 11:28:16 -05:00
File.cpp Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
README.txt Incorporating ladyada's SD changes (multifile & directories). 2011-04-18 17:58:54 -04:00
SD.cpp Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
SD.h Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -04:00
keywords.txt

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!