1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/libraries/SD
2012-04-02 11:11:46 -04:00
..
examples Updated all serial in setup examples with a note about the serial check 2012-04-02 11:11:46 -04:00
utility Serial.print() -> Serial.write() in SD SerialPrint_P function. 2012-02-03 17:32:54 -05:00
File.cpp Fixing more warnings (Paul Stoffregen). 2011-10-10 11:28:44 -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 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

** 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!