1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries/SD
2010-12-03 15:29:56 -05:00
..
examples bug fixes to SD library examples 2010-12-03 15:29:56 -05:00
utility Adding SD tests, removing clean.bat. 2010-11-21 13:31:58 -05:00
File.cpp SD File object implements Stream. 2010-11-20 11:45:05 -05:00
keywords.txt SD library updates. Renaming makeDir() to mkdir(). Replacing example. Adding keywords.txt. 2010-11-20 12:31:49 -05:00
README.txt Combining MemoryCard and SdFat libraries into SD library. 2010-11-13 14:01:37 -05:00
SD.cpp Replacing boolean parameters to SD.open() with SD_MODE constants. 2010-11-28 12:43:13 -06:00
SD.h Renaming constants: SD_MODE -> FILE_MODE 2010-11-28 13:56:22 -06:00

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


Installation
------------

1) Download the 'sdfatlib' library from <http://code.google.com/p/sdfatlib/>.
   It needs to be one of the releases from August 2010 or later to avoid
   having to edit files for configuration.

     e.g. <http://sdfatlib.googlecode.com/files/sdfatlib20100818.zip>

2) Follow the install instructions for 'sdfatlib'.

3) Move the directory 'MemoryCard' (which contains this file) into your
   Arduino 'libraries' directory.

4) Restart the Arduino IDE.

5) Try out the 'FeatureDemo' sketch located here:

     File > Examples > MemoryCard > FeatureDemo

6) Smile contentedly.