mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
059bc5f022
Grabbed a patch from this repository: https://github.com/adafruit/SD and updated it for Arduino 1.0 (using Arduino.h instead of WProgram.h).
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
|
|
** 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!
|
|
|