Fork of the SD file system library from simon. Changed constructor allows to inject the SPI handler in order to reuse it.

Fork of SDFileSystem by Simon Ford

Revision:
5:9050a1baede1
Parent:
4:498b360ea482
--- a/SDFileSystem.cpp	Sun Mar 02 18:14:50 2014 +0000
+++ b/SDFileSystem.cpp	Sat Jan 03 17:46:16 2015 +0000
@@ -196,8 +196,6 @@
 int SDFileSystem::disk_initialize() {
 
     int i = initialise_card();
-//    printf("init card = %d\n", i);
-//    printf("OK\n");
 
     _sectors = _sd_sectors();