This shows you the differences between two versions of the page.
videooverlayshield [2013/10/22 20:44] eric created |
videooverlayshield [2013/10/23 07:07] (current) eric |
||
---|---|---|---|
Line 27: | Line 27: | ||
The software pin definitions are: | The software pin definitions are: | ||
- | #define DATAOUT 11 // MOSI | + | <code> |
- | #define DATAIN 12 // MISO | + | #define DATAOUT 11 // MOSI |
+ | #define DATAIN 12 // MISO | ||
#define SPICLOCK 13 // serial clock | #define SPICLOCK 13 // serial clock | ||
- | #define MAX7456SELECT 10 // serial select | + | #define MAX7456SELECT 10 // serial select |
- | #define VIDEOLOS 8 // video loss detection | + | #define VIDEOLOS 8 // video loss detection |
+ | </code> | ||
There is a thread on the Arduino forum that has software for using the MAX7456 with the Arduino. I've used this exact software with this board and it works great. | There is a thread on the Arduino forum that has software for using the MAX7456 with the Arduino. I've used this exact software with this board and it works great. | ||
The thread is here: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1220054359/all | The thread is here: http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1220054359/all | ||