1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-08 23:46:08 +01:00
Arduino/libraries/SD/src
2015-05-20 22:02:09 +10:00
..
utility SD: avoid timeout lock if millis() approaches 2^16 2015-03-23 15:28:19 +01: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: allow multiple SD instances 2015-04-27 11:53:02 +02:00
SD.h Added String handling to SD class 2015-05-20 22:02:09 +10: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!