1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Arduino/libraries/SD
David A. Mellis 8059abe581 write(), print(), and println() now return number of bytes written.
The type is long, and negative values indicate errors.  Needs more testing.
http://code.google.com/p/arduino/issues/detail?id=551
2011-08-23 19:12:03 -04:00
..
examples changed CS pin on CardInfo example to make it consistent with other SD examples 2011-05-12 17:02:47 -04:00
utility write(), print(), and println() now return number of bytes written. 2011-08-23 19:12:03 -04:00
File.cpp write(), print(), and println() now return number of bytes written. 2011-08-23 19:12:03 -04: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 Incorporating ladyada's SD changes (multifile & directories). 2011-04-18 17:58:54 -04:00
SD.cpp Incorporating ladyada's SD changes (multifile & directories). 2011-04-18 17:58:54 -04:00
SD.h write(), print(), and println() now return number of bytes written. 2011-08-23 19:12:03 -04: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

Now better than ever with optimization, multiple file support, directory handling, etc - ladyada!