1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Arduino/libraries/SD/src
2014-08-01 12:19:51 -07:00
..
utility Use SPI transactions and SPISettings in SD library 2014-08-01 12:19:51 -07: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 SD.c: Fix error in comment for remove() 2014-02-19 16:09:30 +01: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

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