I have modified an existing project by adding an SD card but the standard SD library is so large that i'm out of code space. Can someone recommend a smaller SD library that I can use for cards under 500 megs or smaller in size? I did some digging this weekend and found one that some created 3-4 years ago but have not given it a try yet.
Try the fat16lib sdfat.h library.
Regularly updated.
http://code.google.com/p/fat16lib/
Awesome!
Thank you.
@0mike0;
Depending on what you are doing, you may find it easier to just off-load the entire SD logging to a dedicated module. It will simplify your current code and open up some breathing room.
http://forum.arduino.cc/index.php?topic=154864.0
Ray