Skip to content

Commit b89d2d9

Browse files
committed
Updating (truncating) SD card readme.
1 parent 63f4021 commit b89d2d9

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

libraries/SD/README.txt

+1-29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
** MemoryCard - a slightly more friendly wrapper for sdfatlib **
2+
** SD - a slightly more friendly wrapper for sdfatlib **
33

44
This library aims to expose a subset of SD card functionality in the
55
form of a higher level "wrapper" object.
@@ -9,31 +9,3 @@ License: GNU General Public License V3
99

1010
(C) Copyright 2010 SparkFun Electronics
1111

12-
13-
Installation
14-
------------
15-
16-
1) Download the 'sdfatlib' library from <http://code.google.com/p/sdfatlib/>.
17-
It needs to be one of the releases from August 2010 or later to avoid
18-
having to edit files for configuration.
19-
20-
e.g. <http://sdfatlib.googlecode.com/files/sdfatlib20100818.zip>
21-
22-
2) Follow the install instructions for 'sdfatlib'.
23-
24-
3) Move the directory 'MemoryCard' (which contains this file) into your
25-
Arduino 'libraries' directory.
26-
27-
4) Restart the Arduino IDE.
28-
29-
5) Try out the 'FeatureDemo' sketch located here:
30-
31-
File > Examples > MemoryCard > FeatureDemo
32-
33-
6) Smile contentedly.
34-
35-
36-
37-
38-
39-

0 commit comments

Comments
 (0)