my version

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Revision:
4:2cdd7de249c3
Parent:
3:7b35d1709458
diff -r 7b35d1709458 -r 2cdd7de249c3 SDFileSystem.h
--- a/SDFileSystem.h	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.h	Tue Apr 14 15:42:10 2015 +0000
@@ -76,6 +76,9 @@
     uint64_t _sd_sectors();
     uint64_t _sectors;
     
+    bool select();
+    void deselect();
+    
     SPI _spi;
     DigitalOut _cs;
     int cdv;