1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries/SD
2010-12-22 16:37:48 -06:00
..
examples Trying to fix seek() / peek() interactions. 2010-12-22 16:37:48 -06:00
utility Removing sdfatlib examples. 2010-12-11 16:11:27 -05:00
File.cpp Trying to fix seek() / peek() interactions. 2010-12-22 16:37:48 -06: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 Updating (truncating) SD card readme. 2010-12-11 15:32:55 -05:00
SD.cpp 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
SD.h 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

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