David A. Mellis
|
6788eea3b8
|
Further SD API cleanup.
Making file and fileOpenMode private. Removing old functions.
|
2010-11-20 11:01:38 -05:00 |
|
David A. Mellis
|
a5898ae26a
|
Revising SD library API.
Open now returns a file object (which has a close() method); exists() no longer accepts a parent directory.
|
2010-11-19 22:30:40 -05:00 |
|
David A. Mellis
|
6cbb866123
|
Adding CS pin parameter to SD.begin(). Defaults to 4 (for Arduino Ethernet Shield).
http://code.google.com/p/arduino/issues/detail?id=400
|
2010-11-14 11:48:21 -05:00 |
|
David A. Mellis
|
8629da8243
|
Removing execute permissions from SD library files.
|
2010-11-13 14:34:49 -05:00 |
|
David A. Mellis
|
6e449d7f5b
|
Combining MemoryCard and SdFat libraries into SD library.
Defaulting to CS pin 4 (for Arduino Ethernet Shield). Holding the SS pin high (for disabling W5100 on the Ethernet Shield).
|
2010-11-13 14:01:37 -05:00 |
|