Use SD card from Aitendo TFT 2.2 display.

Dependencies:   SDFileSystem mbed ILI9340_Driver_Lib

Fork of Seeed_SDCard_Shield by Shields

Revision:
2:f2f5e2324ad4
Parent:
1:93d41c73ac7d
Child:
3:5edc67dee8b7
--- a/main.cpp	Tue Mar 25 17:39:19 2014 +0000
+++ b/main.cpp	Fri Jul 25 10:39:00 2014 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 #include "SDFileSystem.h"
 
+Serial pc(USBTX, USBRX);
 SDFileSystem sd(D11, D12, D13, D10, "sd"); // MOSI, MISO, SCK, CS
-Serial pc(USBTX, USBRX);
 FILE *fp;
 
 int main() {