This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // pin definition | |
| int data_p[] = {0,1,2,3,4,5,6,7}; | |
| int xclock_p = 8; | |
| int pclock_p = 9; | |
| int href_p = 10; | |
| int vsynch_p = 11; | |
| // not used int siod = 12; | |
| // not used int sioc = 13; | |
| int lastPclock = 0; |