From b89d2d97bcd1a115387dda6b92077382d1c33413 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 11 Dec 2010 15:32:55 -0500 Subject: [PATCH] Updating (truncating) SD card readme. --- libraries/SD/README.txt | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/libraries/SD/README.txt b/libraries/SD/README.txt index 54895f0ee..863e878c0 100644 --- a/libraries/SD/README.txt +++ b/libraries/SD/README.txt @@ -1,5 +1,5 @@ -** MemoryCard - a slightly more friendly wrapper for sdfatlib ** +** 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. @@ -9,31 +9,3 @@ License: GNU General Public License V3 (C) Copyright 2010 SparkFun Electronics - -Installation ------------- - -1) Download the 'sdfatlib' library from . - It needs to be one of the releases from August 2010 or later to avoid - having to edit files for configuration. - - e.g. - -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. - - - - - -