Skip to content

Commit 36a6f9b

Browse files
committed
Added missing information to README
1 parent 535447e commit 36a6f9b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
This is a version of code that sends data to the PC.
2-
Unlike previous code this requries no external ram or fifo.
3-
It just sends the data as it recevices it.
2+
Unlike previous code this requires no external ram or fifo.
3+
It just sends the data as it receives it.
44
The transfer rate is 1 mbps or 128kbytes per second
55
Connections
6-
Order arduino ov7670
6+
Order Arduino ov7670
77
A5->SIOC
88
A4<->SIOD
9+
Note what I have just described (above) are I2C connections you will need pullup resistors to 3.3v for both SIOC and SIOD.
10+
You must not connect the resistors to 5v.
11+
I have found that certain resistor values do not work such as 1K and 2.2K but found 4.7K and 10K to work.
912
11-> (convert 5v to 3.3v) XCLK
1013
A0<-0
1114
A1<-1

0 commit comments

Comments
 (0)