Fork for ILI graphics library

Dependencies:   FATFileSystem

Fork of SDFileSystem by mbed official

Revision:
4:a525bb4acb05
Parent:
3:7b35d1709458
--- a/SDFileSystem.h	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.h	Thu Feb 05 12:38:14 2015 +0000
@@ -77,7 +77,7 @@
     uint64_t _sectors;
     
     SPI _spi;
-    DigitalOut _cs;
+    DigitalInOut _cs;
     int cdv;
 };