Add diagrams and pictures
[clump.git] / worker.pcf
1 # Red LEDs
2 set_io led[0] 99
3 set_io led[1] 98
4 set_io led[2] 97
5 set_io led[3] 96
6
7 # Green LED
8 set_io led[4] 95
9
10 # 12 MHz clock
11 set_io CLKin 21
12
13 set_io uart_tx 79
14 set_io -pullup yes uart_rx 88
15
16 set_io busy_out 87
17 set_io -pullup yes busy_in 78
18
19 set_io -pullup yes is_worker 91
This page took 0.020913 seconds and 4 git commands to generate.