Code for OV7670 camera with AL422 FIFO buffer

Dependencies:   BufferedSerial mbed OV7670

Files at this revision

API Documentation at this revision

Comitter:
wrecky
Date:
Sat Jan 02 18:09:54 2016 +0000
Parent:
2:0aeb1c0e6a06
Child:
4:0b4e26ef4048
Commit message:
Baudrate list

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Jan 02 16:27:32 2016 +0000
+++ b/main.cpp	Sat Jan 02 18:09:54 2016 +0000
@@ -2,7 +2,7 @@
 #include "ov7670.h"
 #include "MODSERIAL.h"
 
-#define BAUDRATE    (921600)
+#define BAUDRATE    (921600)    // Supported baudrates: 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 57600, 115200, 230400, 460800, 921600
 
 DigitalOut ledR(LED1,1);
 DigitalOut ledG(LED2,0);