1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/avr/libraries/SD
2011-06-21 00:20:43 +02:00
..
examples Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02:00
utility Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02:00
File.cpp Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02:00
keywords.txt Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02:00
README.txt Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02:00
SD.cpp Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02:00
SD.h Moving all AVR specific libraries to hardware/avr 2011-06-21 00:20:43 +02: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!