Fork of Edoardo De Marchi's ov7670 library. Works very similar, only few modification were made to support other boards.

Dependents:   OV7670 application over USB with KL25Z

Fork of ov7670 by Edoardo De Marchi

Revision:
6:2e57ba7138b9
Parent:
4:119b4c04a4ed
--- a/ov7670.h	Sun Jan 17 21:02:31 2016 +0000
+++ b/ov7670.h	Sun Jan 17 21:31:18 2016 +0000
@@ -44,7 +44,7 @@
         int Init(char *format, int n);       // init reg    
         void VsyncHandler(void);             // New vsync handler
         void HrefHandler(void);              // href handler
-        int ReadOnebyte(void);               // Data Read
+        int ReadOnebyte(int mask1, int offset1, int mask2, int offset2);               // Data Read
         void ReadStart(void);                // Data Start
         void ReadStop(void);                 // Data Stop