Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

adafruit/SD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this library fork is being archived - the Arduino SD lirbary has all these capabilities in it now

please use the SdFat Library instead for any advanced SD card needs! (its much better) 

---------------------------


** 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!