You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
849 B
39 lines
849 B
6 years ago
|
set_io LED1 99
|
||
|
set_io LED2 98
|
||
|
set_io LED3 97
|
||
|
set_io LED4 96
|
||
|
set_io LED5 95
|
||
|
|
||
|
#set_io SCLM 78 # J2, 1
|
||
|
#set_io SDAM 87 # J2, 7
|
||
|
#set_io ACK 81 # J2, 4
|
||
|
|
||
|
#set_io SCLTGL01 80 # J2, 3
|
||
|
#set_io SDAOUTM 79 # J2, 2
|
||
|
#set_io SCLTGL 79 # J2, 8
|
||
|
|
||
|
set_io CLK 21
|
||
|
set_io SCL 90 # J2, 9
|
||
|
set_io SDA 91 # J2, 10
|
||
|
set_io INTERRUPT 88 # J2, 8
|
||
|
# GND - J2, 11
|
||
|
#set_io INT 95
|
||
|
|
||
|
set_io KBD_COLUMNS[0] 78 #J2-1 or PIO1-02
|
||
|
set_io KBD_COLUMNS[1] 79 #J2-2 or PIO1-03
|
||
|
set_io KBD_COLUMNS[2] 80 #J2-3 or PIO1-04
|
||
|
set_io KBD_COLUMNS[3] 81 #J2-4 or PIO1-05
|
||
|
|
||
|
set_io KBD_ROWS[0] 119 #J1-10 or PIO0-09
|
||
|
set_io KBD_ROWS[1] 118 #J1-9 or PIO0-08
|
||
|
set_io KBD_ROWS[2] 117 #J1-8 or PIO0-07
|
||
|
set_io KBD_ROWS[3] 116 #J1-7 or PIO0-06
|
||
|
|
||
|
set_io COM_TX 8
|
||
|
set_io COM_RX 9
|
||
|
set_io COM_DCD 1
|
||
|
set_io COM_DSR 2
|
||
|
set_io COM_RTS 4 # IS CTS IN FT2232 SIDE
|
||
|
|
||
|
#set_io SDA_CTRL 88 # J2, 8
|