It's nucleo f4 DMA trandfer for ov7670&ILI9341.

Dependencies:   mbed ILI9341_SPI OV7670_SCCB

Revision:
4:ba22760d537d
Parent:
3:901230f7d62b
Child:
5:541e2adc765d
--- a/main.cpp	Wed Apr 27 13:19:11 2016 +0000
+++ b/main.cpp	Thu Apr 28 11:47:31 2016 +0000
@@ -182,6 +182,9 @@
     spi.format(8,3);
     spi.frequency(20000000); 
     tft_reset(); 
+     SDA.output();
+    SCL.output(); 
+
 
  __disable_irq();